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 21:27:25 +0200 Message-ID: References: <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> <20080709142756.GA10984@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 mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id A9DB52443B for ; Wed, 9 Jul 2008 17:27:26 +0200 (CEST) In-Reply-To: <20080709142756.GA10984@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 At Wed, 9 Jul 2008 16:27:56 +0200, Manuel Lauss wrote: > > Hi Takashi, > > On Wed, Jul 09, 2008 at 07:48:00PM +0200, Takashi Iwai wrote: > > 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. > > Done. (Someone should do that for all others. It's annoying > that the OMAP and Freescale SOC options are visible on Au1xxx). > > > > > + > > > +## > > > +## 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. > > Also done. Thanks, applied now. Takashi