[PATCH] staging/line6: fix build error, select SND_RAWMIDI

From: Randy Dunlap
Date: Wed Mar 18 2009 - 12:58:27 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

line6 needs to select SND_RAWMIDI, like many other drivers do.

ERROR: "snd_rawmidi_set_ops" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_new" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_peek" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_ack" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_receive" [drivers/staging/line6/line6usb.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
drivers/staging/line6/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20090318.orig/drivers/staging/line6/Kconfig
+++ linux-next-20090318/drivers/staging/line6/Kconfig
@@ -1,6 +1,7 @@
config LINE6_USB
tristate "Line6 USB support"
depends on USB && SND
+ select SND_RAWMIDI
help
This is a driver for the guitar amp, cab, and effects modeller
PODxt Pro by Line6 (and similar devices), supporting the
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/