From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030186AbcKOWWX (ORCPT ); Tue, 15 Nov 2016 17:22:23 -0500 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34708 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932515AbcKOWWV (ORCPT ); Tue, 15 Nov 2016 17:22:21 -0500 Date: Tue, 15 Nov 2016 16:22:19 -0600 From: Rob Herring To: Chen-Yu Tsai Cc: Liam Girdwood , Mark Brown , Maxime Ripard , Lee Jones , Mark Rutland , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mylene Josserand Subject: Re: [PATCH 01/10] ASoC: sunxi: Add bindings for A23/A33/H3 codec's analog path controls Message-ID: <20161115222219.aw6clwnadx6cy6ox@rob-hp-laptop> References: <20161112064648.26779-1-wens@csie.org> <20161112064648.26779-2-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161112064648.26779-2-wens@csie.org> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 12, 2016 at 02:46:39PM +0800, Chen-Yu Tsai wrote: > The internal codec on A23/A33/H3 is split into 2 parts. The > analog path controls are routed through an embedded custom register > bus accessed through the PRCM block. > > The SoCs share a common set of inputs, outputs, and audio paths. > The following table lists the differences. > > ---------------------------------------- > | Feature \ SoC | A23 | A33 | H3 | > ---------------------------------------- > | Headphone | v | v | | > ---------------------------------------- > | Line Out | | | v | > ---------------------------------------- > | Phone In/Out | v | v | | > ---------------------------------------- > > Add a binding for this hardware. > > Signed-off-by: Chen-Yu Tsai > --- > .../devicetree/bindings/sound/sun8i-codec-analog.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt Acked-by: Rob Herring