Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752179Ab0KYK2r (ORCPT ); Thu, 25 Nov 2010 05:28:47 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:55517 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751374Ab0KYK2q (ORCPT ); Thu, 25 Nov 2010 05:28:46 -0500 Subject: Re: [alsa-devel] [PATCH] ASoC: fix SND_PXA2XX_LIB Kconfig warning From: Liam Girdwood To: Dmitry Artamonow Cc: Mark Brown , alsa-devel@alsa-project.org, Eric Miao , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <1290635175-30501-1-git-send-email-mad_soft@inbox.ru> References: <1290635175-30501-1-git-send-email-mad_soft@inbox.ru> Content-Type: text/plain; charset="UTF-8" Date: Thu, 25 Nov 2010 10:28:41 +0000 Message-ID: <1290680921.3302.7.camel@odin> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1361 Lines: 40 On Thu, 2010-11-25 at 00:46 +0300, Dmitry Artamonow wrote: > Fix following warning observed when SND_PXA2XX_SOC is set and SND_ARM isn't: > > warning: (SND_PXA2XX_AC97 && SOUND && !M68K && SND && SND_ARM && ARCH_PXA || > SND_PXA2XX_SOC && SOUND && !M68K && SND && SND_SOC && ARCH_PXA) selects > SND_PXA2XX_LIB which has unmet direct dependencies (SOUND && !M68K && SND && > SND_ARM) > > Signed-off-by: Dmitry Artamonow > --- > > This is fix for 2.6.37-rc3 > > sound/soc/pxa/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig > index 37f191b..580f485 100644 > --- a/sound/soc/pxa/Kconfig > +++ b/sound/soc/pxa/Kconfig > @@ -1,6 +1,7 @@ > config SND_PXA2XX_SOC > tristate "SoC Audio for the Intel PXA2xx chip" > depends on ARCH_PXA > + select SND_ARM > select SND_PXA2XX_LIB > help > Say Y or M if you want to add support for codecs attached to Acked-by: Liam Girdwood -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/