[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120224213422.3693943c2dad148b35e26d21@zoho.com>
Date: Fri, 24 Feb 2012 21:34:22 +0100
From: Torsten Schenk <torsten.schenk@...o.com>
To: Randy Dunlap <rdunlap@...otime.net>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
alsa-devel@...a-project.org, Takashi Iwai <tiwai@...e.de>,
LKML <linux-kernel@...r.kernel.org>,
Torsten Schenk <torsten.schenk@...o.com>,
linux-next@...r.kernel.org
Subject: Re: [alsa-devel] linux-next: Tree for Feb 24 (sound/usb/6fire)
On Fri, 24 Feb 2012 10:49:56 -0800
Randy Dunlap <rdunlap@...otime.net> wrote:
> On 02/23/2012 10:05 PM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20120223:
>
>
> on x86_64:
>
> ERROR: "_snd_ctl_add_slave" [sound/usb/6fire/snd-usb-6fire.ko]
> undefined! ERROR:
> "snd_ctl_make_virtual_master" [sound/usb/6fire/snd-usb-6fire.ko]
> undefined!
>
>
> Full randconfig file is attached.
>
> CONFIG_SND_VMASTER is not enabled. Looks like this driver should
> either depend on or select SND_VMASTER.
>
Sorry, I was unaware that this option needs to be selected.
Patch is attached below that selects SND_VMASTER.
Regards,
Torsten
Select missing SND_VMASTER option in Kconfig.
Signed-off-by: Torsten Schenk <torsten.schenk@...o.com>
diff -Nur a/sound/usb/Kconfig b/sound/usb/Kconfig
--- a/sound/usb/Kconfig 2012-02-24 21:17:09.543884187 +0100
+++ b/sound/usb/Kconfig 2012-02-24 21:19:16.160372882 +0100
@@ -106,6 +106,7 @@
select BITREVERSE
select SND_RAWMIDI
select SND_PCM
+ select SND_VMASTER
help
Say Y here to include support for TerraTec 6fire DMX USB interface.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists