diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-10-16 15:33:28 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-05 22:36:13 +0300 |
commit | 32522a51c7f44a48dc298fce738795dca5c8fcd6 (patch) | |
tree | c5f4c63d2d312f03c1150af713f47e4d34c3ea7b /drivers/usb/gadget/legacy/Kconfig | |
parent | b85e9de9e818de0dcbc50b7b4242192eb6194855 (diff) | |
download | linux-32522a51c7f44a48dc298fce738795dca5c8fcd6.tar.xz |
usb: gadget: midi: convert to new interface of f_midi
Use the new f_midi interface so that the old can be removed.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/legacy/Kconfig')
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index 24392d269709..8011b190e679 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig @@ -287,6 +287,7 @@ config USB_MIDI_GADGET depends on SND select USB_LIBCOMPOSITE select SND_RAWMIDI + select USB_F_MIDI help The MIDI Gadget acts as a USB Audio device, with one MIDI input and one MIDI output. These MIDI jacks appear as |