aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/usb/quirks-table.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 7f1722f82c89..6ae71b84b39d 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -1792,7 +1792,11 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1792 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108), 1792 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
1793 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 1793 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1794 .ifnum = 0, 1794 .ifnum = 0,
1795 .type = QUIRK_MIDI_STANDARD_INTERFACE 1795 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1796 .data = & (const struct snd_usb_midi_endpoint_info) {
1797 .out_cables = 0x0007,
1798 .in_cables = 0x0007
1799 }
1796 } 1800 }
1797}, 1801},
1798{ 1802{