diff options
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/usbquirks.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 9274baf69901..8fca24e2635c 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1103,6 +1103,19 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1103 | } | 1103 | } |
1104 | } | 1104 | } |
1105 | }, | 1105 | }, |
1106 | { | ||
1107 | USB_DEVICE(0x582, 0x00a6), | ||
1108 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1109 | .vendor_name = "Roland", | ||
1110 | .product_name = "Juno-G", | ||
1111 | .ifnum = 0, | ||
1112 | .type = QUIRK_MIDI_FIXED_ENDPOINT, | ||
1113 | .data = & (const struct snd_usb_midi_endpoint_info) { | ||
1114 | .out_cables = 0x0001, | ||
1115 | .in_cables = 0x0001 | ||
1116 | } | ||
1117 | } | ||
1118 | }, | ||
1106 | { /* | 1119 | { /* |
1107 | * This quirk is for the "Advanced" modes of the Edirol UA-25. | 1120 | * This quirk is for the "Advanced" modes of the Edirol UA-25. |
1108 | * If the switch is not in an advanced setting, the UA-25 has | 1121 | * If the switch is not in an advanced setting, the UA-25 has |