From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH] ASoC: fsl: fix dependencies for wm8962 Date: Tue, 30 Sep 2014 13:37:57 -0700 Message-ID: <20140930203756.GA13613@Alpha> References: <1950588.ErdGoiHh8p@wuerfel> <20140930164510.GF4273@sirena.org.uk> <20140930194340.GA13318@Alpha> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by alsa0.perex.cz (Postfix) with ESMTP id C6718260442 for ; Tue, 30 Sep 2014 22:38:37 +0200 (CEST) Received: by mail-pa0-f53.google.com with SMTP id kq14so8179748pab.26 for ; Tue, 30 Sep 2014 13:38:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: Fabio Estevam Cc: "linux-arm-kernel@lists.infradead.org" , "alsa-devel@alsa-project.org" , Mark Brown , Liam Girdwood , Arnd Bergmann List-Id: alsa-devel@alsa-project.org On Tue, Sep 30, 2014 at 04:48:01PM -0300, Fabio Estevam wrote: > >> - select SND_SOC_CS42XX8_I2C > >> - select SND_SOC_SGTL5000 > >> - select SND_SOC_WM8962 > > > > Okay..if Mark means this...I think it makes sense to me now. > > > > But in this case, we shall add them into imx_v6_v7_defconfig instead. > > We already have > CONFIG_SND_SOC_IMX_WM8962=y > CONFIG_SND_SOC_IMX_SGTL5000=y > > in imx_v6_v7_defconfig. Yea, and these are two things I plan to drop... So when enabling the FSL_ASOC_CARD, I also needs to put those three into it as well. From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicoleotsuka@gmail.com (Nicolin Chen) Date: Tue, 30 Sep 2014 13:37:57 -0700 Subject: [PATCH] ASoC: fsl: fix dependencies for wm8962 In-Reply-To: References: <1950588.ErdGoiHh8p@wuerfel> <20140930164510.GF4273@sirena.org.uk> <20140930194340.GA13318@Alpha> Message-ID: <20140930203756.GA13613@Alpha> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 30, 2014 at 04:48:01PM -0300, Fabio Estevam wrote: > >> - select SND_SOC_CS42XX8_I2C > >> - select SND_SOC_SGTL5000 > >> - select SND_SOC_WM8962 > > > > Okay..if Mark means this...I think it makes sense to me now. > > > > But in this case, we shall add them into imx_v6_v7_defconfig instead. > > We already have > CONFIG_SND_SOC_IMX_WM8962=y > CONFIG_SND_SOC_IMX_SGTL5000=y > > in imx_v6_v7_defconfig. Yea, and these are two things I plan to drop... So when enabling the FSL_ASOC_CARD, I also needs to put those three into it as well.