[alsa-devel] linux-next: Tree for Feb 24 (sound/usb/6fire)

Torsten Schenk torsten.schenk at zoho.com
Fri Feb 24 21:34:22 CET 2012


On Fri, 24 Feb 2012 10:49:56 -0800
Randy Dunlap <rdunlap at xenotime.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 at zoho.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.
 



More information about the Alsa-devel mailing list