From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ASoC: Au12x0/Au1550 PSC Audio support. Date: Wed, 09 Jul 2008 19:48:00 +0200 Message-ID: References: <20080703095344.GA24177@roarinelk.homelinux.net> <1215078947.4882.117.camel@localhost.localdomain> <20080703100925.GA25364@roarinelk.homelinux.net> <486E4ED9.4050106@roarinelk.homelinux.net> <1215193016.6440.13.camel@odin> <1215446996.4882.191.camel@localhost.localdomain> <20080707173812.GA29718@roarinelk.homelinux.net> <1215530007.4882.230.camel@localhost.localdomain> <20080708163637.GA5505@roarinelk.homelinux.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id B5437243F9 for ; Wed, 9 Jul 2008 15:48:01 +0200 (CEST) In-Reply-To: <20080708163637.GA5505@roarinelk.homelinux.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Manuel Lauss Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org Hi, there are still some minor Kconfig issues: > --- /dev/null > +++ b/sound/soc/au1x/Kconfig > @@ -0,0 +1,36 @@ > +menu "SoC Audio for the Alchemy/AMD/RMI Au1xxx" > + depends on SOC_AU1200 || SOC_AU1550 Avoid menu. If really needed, use rather menuconfig. > + > +## > +## Au1200/Au1550 PSC + DBDMA > +## > +config SND_SOC_AU1XPSC > + tristate "SoC Audio for Au1200/Au1250/Au1550" > + depends on SND_SOC && (SOC_AU1200 || SOC_AU1550) As mentioned earlier, dependency on SND_SOC is superfluous here. Could you fix and repost? thanks, Takashi