Hi,
Same patch was recently done for 2.5.x (with Kconfig);
also needed in 2.4.20 (Config.in).
Driver has unresolved references to sound/MIDI symbols
(linker problems) without this if USB_MIDI = Y and
SOUND isn't in-kernel.
Please apply.
--
~Randy
--- ./Config.in%MIDI Thu Nov 28 15:53:14 2002
+++ ./Config.in Mon Dec 2 12:09:19 2002
@@ -33,7 +33,7 @@
dep_tristate ' USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB $CONFIG_SOUND
dep_tristate ' EMI 2|6 USB Audio interface support' CONFIG_USB_EMI26
$CONFIG_USB_AUDIO
dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH
$CONFIG_USB $CONFIG_EXPERIMENTAL
- dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB
+ dep_tristate ' USB MIDI support' CONFIG_USB_MIDI $CONFIG_USB $CONFIG_SOUND
if [ "$CONFIG_SCSI" = "n" ]; then
comment ' SCSI support is needed for USB Storage'
fi