Messages in this thread Patch in this message |  | | | Date | Thu, 4 Sep 2008 20:28:13 -0700 | | From | Randy Dunlap <> | | Subject | Re: linux-next: Tree for September 4 (PATCH: SND_USB) |
From: Randy Dunlap <randy.dunlap@oracle.com>
CONFIG_SND_USB_US122L uses snd_hwdep_new(), so SND_HWDEP needs
to be enabled (selected).
ERROR: "snd_hwdep_new" [sound/usb/usx2y/snd-usb-us122l.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
sound/usb/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20080904.orig/sound/usb/Kconfig
+++ linux-next-20080904/sound/usb/Kconfig
@@ -70,6 +70,7 @@ config SND_USB_CAIAQ_INPUT
config SND_USB_US122L
tristate "Tascam US-122L USB driver"
depends on X86 && EXPERIMENTAL
+ select SND_HWDEP
select SND_RAWMIDI
help
Say Y here to include support for Tascam US-122L USB Audio/MIDI
|  |