From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754796AbcKOWXt (ORCPT ); Tue, 15 Nov 2016 17:23:49 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35245 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbcKOWXr (ORCPT ); Tue, 15 Nov 2016 17:23:47 -0500 Date: Tue, 15 Nov 2016 16:23:45 -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 08/10] ASoC: sun4i-codec: Add support for H3 codec Message-ID: <20161115222345.44b25usz2i6qeact@rob-hp-laptop> References: <20161112064648.26779-1-wens@csie.org> <20161112064648.26779-9-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161112064648.26779-9-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:46PM +0800, Chen-Yu Tsai wrote: > The codec on the H3 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 H3 has no HP (headphone) and HBIAS support, and no > MIC3 input. The FIFO related registers are slightly rearranged. > > Signed-off-by: Chen-Yu Tsai > --- > .../devicetree/bindings/sound/sun4i-codec.txt | 3 + Acked-by: Rob Herring > sound/soc/sunxi/sun4i-codec.c | 71 ++++++++++++++++++++++ > 2 files changed, 74 insertions(+)