Commit 90f8a197 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

[PATCH] usb-midi requires SOUND

usb-midi requires SOUND, otherwise, when built in-kernel but soundcore
is modular, usb-midi can't resolve some sound interfaces.
parent 024d1130
...@@ -38,7 +38,7 @@ config USB_BLUETOOTH_TTY ...@@ -38,7 +38,7 @@ config USB_BLUETOOTH_TTY
config USB_MIDI config USB_MIDI
tristate "USB MIDI support" tristate "USB MIDI support"
depends on USB depends on USB && SOUND
---help--- ---help---
Say Y here if you want to connect a USB MIDI device to your Say Y here if you want to connect a USB MIDI device to your
computer's USB port. This driver is for devices that comply with computer's USB port. This driver is for devices that comply with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment