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 10:42:42 -0700 Message-ID: <20140930174241.GA1296@Asurada> References: <1950588.ErdGoiHh8p@wuerfel> <20140930164510.GF4273@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by alsa0.perex.cz (Postfix) with ESMTP id 8E75C26042A for ; Tue, 30 Sep 2014 19:42:52 +0200 (CEST) Received: by mail-pd0-f172.google.com with SMTP id p10so3199099pdj.17 for ; Tue, 30 Sep 2014 10:42:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20140930164510.GF4273@sirena.org.uk> 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: Mark Brown Cc: linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, Liam Girdwood , Arnd Bergmann List-Id: alsa-devel@alsa-project.org On Tue, Sep 30, 2014 at 05:45:10PM +0100, Mark Brown wrote: > On Tue, Sep 30, 2014 at 01:43:41PM +0200, Arnd Bergmann wrote: > > The wm8962 driver uses the input subsystem, but is selected by > > SND_SOC_FSL_ASOC_CARD, which can be built with CONFIG_INPUT disabled, > > resulting in this link error: > > That select shouldn't be there in the first place, I asked Nicolin to > fix this when I applied the driver but he's not got round to it yet. I think I might have missed something around those days, even though the 'Applied' mail seemly doesn't have any comment against this part: http://mailman.alsa-project.org/pipermail/alsa-devel/2014-August/080083.html Is that possible for you to copy and paste the comments again? Thank you Nicolin From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicoleotsuka@gmail.com (Nicolin Chen) Date: Tue, 30 Sep 2014 10:42:42 -0700 Subject: [PATCH] ASoC: fsl: fix dependencies for wm8962 In-Reply-To: <20140930164510.GF4273@sirena.org.uk> References: <1950588.ErdGoiHh8p@wuerfel> <20140930164510.GF4273@sirena.org.uk> Message-ID: <20140930174241.GA1296@Asurada> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 30, 2014 at 05:45:10PM +0100, Mark Brown wrote: > On Tue, Sep 30, 2014 at 01:43:41PM +0200, Arnd Bergmann wrote: > > The wm8962 driver uses the input subsystem, but is selected by > > SND_SOC_FSL_ASOC_CARD, which can be built with CONFIG_INPUT disabled, > > resulting in this link error: > > That select shouldn't be there in the first place, I asked Nicolin to > fix this when I applied the driver but he's not got round to it yet. I think I might have missed something around those days, even though the 'Applied' mail seemly doesn't have any comment against this part: http://mailman.alsa-project.org/pipermail/alsa-devel/2014-August/080083.html Is that possible for you to copy and paste the comments again? Thank you Nicolin