Commit 1156e005 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Ben Hutchings

ALSA: usb-audio: fix Roland A-PRO support

commit 7da58046 upstream.

The quirk for the Roland/Cakewalk A-PRO keyboards accidentally used the
wrong interface number, which prevented the driver from attaching to the
device.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 6c705033
...@@ -1624,7 +1624,7 @@ YAMAHA_DEVICE(0x7010, "UB99"), ...@@ -1624,7 +1624,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
/* .vendor_name = "Roland", */ /* .vendor_name = "Roland", */
/* .product_name = "A-PRO", */ /* .product_name = "A-PRO", */
.ifnum = 1, .ifnum = 0,
.type = QUIRK_MIDI_FIXED_ENDPOINT, .type = QUIRK_MIDI_FIXED_ENDPOINT,
.data = & (const struct snd_usb_midi_endpoint_info) { .data = & (const struct snd_usb_midi_endpoint_info) {
.out_cables = 0x0003, .out_cables = 0x0003,
......
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