From: Clemens Ladisch Date: Thu, 31 Jan 2013 20:14:33 +0000 (+0100) Subject: ALSA: usb-audio: fix Roland A-PRO support X-Git-Tag: upstream/snapshot3+hdmi~5621^2~48^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7da58046482fceb17c4a0d4afefd9507ec56de7f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ALSA: usb-audio: fix Roland A-PRO support 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: Clemens Ladisch Cc: 2.6.37+ --- diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 64d25a7..820580a 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -1750,7 +1750,7 @@ YAMAHA_DEVICE(0x7010, "UB99"), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { /* .vendor_name = "Roland", */ /* .product_name = "A-PRO", */ - .ifnum = 1, + .ifnum = 0, .type = QUIRK_MIDI_FIXED_ENDPOINT, .data = & (const struct snd_usb_midi_endpoint_info) { .out_cables = 0x0003,