[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49C128A0.7030805@oracle.com>
Date: Wed, 18 Mar 2009 10:00:16 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Greg KH <gregkh@...e.de>
Subject: [PATCH] staging/line6: fix build error, select SND_RAWMIDI
From: Randy Dunlap <randy.dunlap@...cle.com>
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@...cle.com>
---
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@...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