From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754233AbcJIBb1 (ORCPT ); Sat, 8 Oct 2016 21:31:27 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34212 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276AbcJIBbY (ORCPT ); Sat, 8 Oct 2016 21:31:24 -0400 Date: Sat, 8 Oct 2016 20:29:06 -0500 From: Rob Herring To: Chen-Yu Tsai Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Mark Rutland , Russell King , Maxime Ripard , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 10/12] ASoC: sun4i-codec: Add support for A31 board level audio routing Message-ID: <20161009012906.GO18158@rob-hp-laptop> References: <20161003110804.28235-1-wens@csie.org> <20161003110804.28235-11-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161003110804.28235-11-wens@csie.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 03, 2016 at 07:08:02PM +0800, Chen-Yu Tsai wrote: > The A31 SoC's codec has various inputs, outputs and microphone bias > supplies. These can be routed on the board in different ways, such as: > > - Microphones all use the MBIAS main microphone supply or one mic may > use the HBIAS supply, which supports headset detection and buttons. > > - Line Out may be routed to an audio jack, or an onboard speaker amp > with power controls. > > Add support for specifying the audio routes in the device tree. > > Signed-off-by: Chen-Yu Tsai > --- > .../devicetree/bindings/sound/sun4i-codec.txt | 35 ++++++++++++++++++++++ Acked-by: Rob Herring > sound/soc/sunxi/sun4i-codec.c | 21 +++++++++++-- > 2 files changed, 54 insertions(+), 2 deletions(-)