From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755457AbbI3Kn3 (ORCPT ); Wed, 30 Sep 2015 06:43:29 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:60519 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754493AbbI3Kn0 (ORCPT ); Wed, 30 Sep 2015 06:43:26 -0400 Subject: Re: [PATCH V1 0/6] ASoC: tlv320aic26: Add device tree support and bug fixes To: "Cormier, Jonathan" , Liam Girdwood References: <1442607076-26681-1-git-send-email-jcormier@criticallink.com> <1443205809-27549-1-git-send-email-jcormier@criticallink.com> CC: Bob Duke , Mike Williamson , Greg Gluszek , Mark Brown , Jaroslav Kysela , Takashi Iwai , Jyri Sarha , Misael Lopez Cruz , , From: Peter Ujfalusi Message-ID: <560BBCC1.4010806@ti.com> Date: Wed, 30 Sep 2015 13:43:13 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443205809-27549-1-git-send-email-jcormier@criticallink.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/25/2015 09:30 PM, Cormier, Jonathan wrote: > Hi, > > The following patches were created to get the tlv320aic26 working on our AM335x > SoM. > > This patch series relies on commit 93d0ad8f374c > "ASoC: tlv320aic26: Convert to params_width()" for proper operation. > > Changes since RFC: > - Removed the unecessary "#if defined(CONFIG_OF)" > - Dropped the DSP_B patch All: Reviewed-by: Peter Ujfalusi > Thanks > -Jonathan > > Cormier, Jonathan (6): > ASoC: tlv320aic26: Add device tree binding > ASoC: tlv320aic26: Fix module autoload > ASoC: tlv320aic26: Make SND_SOC_TLV320AIC26 user-visible > ASoC: tlv320aic26: Fix regmap by setting reg_defaults and reg_stride > ASoC: tlv320aic26: hw_params was unintentionally clearing AIC26 master > mode > ASoC: tlv320aic26: Change Capture Mute to Capture Switch to match alsa > documentation. > > .../devicetree/bindings/sound/tlv320aic26.txt | 65 ++++++++++++++++++++++ > sound/soc/codecs/Kconfig | 2 +- > sound/soc/codecs/tlv320aic26.c | 55 ++++++++++++++++-- > 3 files changed, 115 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic26.txt > -- Péter From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH V1 0/6] ASoC: tlv320aic26: Add device tree support and bug fixes Date: Wed, 30 Sep 2015 13:43:13 +0300 Message-ID: <560BBCC1.4010806@ti.com> References: <1442607076-26681-1-git-send-email-jcormier@criticallink.com> <1443205809-27549-1-git-send-email-jcormier@criticallink.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by alsa0.perex.cz (Postfix) with ESMTP id 09E1C265B51 for ; Wed, 30 Sep 2015 12:43:19 +0200 (CEST) In-Reply-To: <1443205809-27549-1-git-send-email-jcormier@criticallink.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "Cormier, Jonathan" , Liam Girdwood Cc: alsa-devel@alsa-project.org, Bob Duke , Mark Brown , linux-kernel@vger.kernel.org, Takashi Iwai , Jyri Sarha , Mike Williamson , Greg Gluszek , Misael Lopez Cruz List-Id: alsa-devel@alsa-project.org On 09/25/2015 09:30 PM, Cormier, Jonathan wrote: > Hi, > = > The following patches were created to get the tlv320aic26 working on our = AM335x > SoM. > = > This patch series relies on commit 93d0ad8f374c > "ASoC: tlv320aic26: Convert to params_width()" for proper operation. > = > Changes since RFC: > - Removed the unecessary "#if defined(CONFIG_OF)" > - Dropped the DSP_B patch All: Reviewed-by: Peter Ujfalusi > Thanks > -Jonathan > = > Cormier, Jonathan (6): > ASoC: tlv320aic26: Add device tree binding > ASoC: tlv320aic26: Fix module autoload > ASoC: tlv320aic26: Make SND_SOC_TLV320AIC26 user-visible > ASoC: tlv320aic26: Fix regmap by setting reg_defaults and reg_stride > ASoC: tlv320aic26: hw_params was unintentionally clearing AIC26 master > mode > ASoC: tlv320aic26: Change Capture Mute to Capture Switch to match alsa > documentation. > = > .../devicetree/bindings/sound/tlv320aic26.txt | 65 ++++++++++++++++= ++++++ > sound/soc/codecs/Kconfig | 2 +- > sound/soc/codecs/tlv320aic26.c | 55 ++++++++++++++++= -- > 3 files changed, 115 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic26.t= xt > = -- = P=E9ter