From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030215AbcKOWXH (ORCPT ); Tue, 15 Nov 2016 17:23:07 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36747 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752745AbcKOWXF (ORCPT ); Tue, 15 Nov 2016 17:23:05 -0500 Date: Tue, 15 Nov 2016 16:23:04 -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 04/10] ASoC: sun4i-codec: Add support for A23 codec Message-ID: <20161115222303.4uzi5j2r27ep3r55@rob-hp-laptop> References: <20161112064648.26779-1-wens@csie.org> <20161112064648.26779-5-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161112064648.26779-5-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:42PM +0800, Chen-Yu Tsai wrote: > The codec in the A23 is similar to the one found on the A31. One key > difference is the analog path controls are routed through the PRCM > block. This is supported by the sun8i-codec-analog driver, and tied > into this codec driver with the audio card's aux_dev. > > In addition, the A23 does not have LINEOUT, and it does not support > headset jack detection or buttons. > > Signed-off-by: Chen-Yu Tsai > --- > .../devicetree/bindings/sound/sun4i-codec.txt | 11 ++- Acked-by: Rob Herring > sound/soc/sunxi/sun4i-codec.c | 108 +++++++++++++++++++++ > 2 files changed, 117 insertions(+), 2 deletions(-)