diff options
author | Torsten Schenk <torsten.schenk@zoho.com> | 2012-02-24 20:34:22 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-25 10:07:19 (GMT) |
commit | adef39c0ea2e5deae5c4f2917b23694b68535e45 (patch) | |
tree | c0dddb5084e4f0e3a005b6f9c01efec2d4f0e153 /sound | |
parent | 8a236f3f1a0e65de526c5e169eb8d7a758ffde9e (diff) | |
download | linux-adef39c0ea2e5deae5c4f2917b23694b68535e45.tar.xz |
ALSA: snd-usb-6fire: Select missing SND_VMASTER option in Kconfig
Signed-off-by: Torsten Schenk <torsten.schenk@zoho.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 3efc21c..ff77b28 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -106,6 +106,7 @@ config SND_USB_6FIRE select BITREVERSE select SND_RAWMIDI select SND_PCM + select SND_VMASTER help Say Y here to include support for TerraTec 6fire DMX USB interface. |