Merge branch 'fix/misc' into topic/misc
[deliverable/linux.git] / sound / usb / quirks-table.h
CommitLineData
1da177e4
LT
1/*
2 * ALSA USB Audio Driver
3 *
4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>,
5 * Clemens Ladisch <clemens@ladisch.de>
6 *
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */
22
23/*
24 * The contents of this file are part of the driver's id_table.
25 *
26 * In a perfect world, this file would be empty.
27 */
28
29/*
30 * Use this for devices where other interfaces are standard compliant,
31 * to prevent the quirk being applied to those interfaces. (To work with
32 * hotplugging, bDeviceClass must be set to USB_CLASS_PER_INTERFACE.)
33 */
34#define USB_DEVICE_VENDOR_SPEC(vend, prod) \
35 .match_flags = USB_DEVICE_ID_MATCH_VENDOR | \
36 USB_DEVICE_ID_MATCH_PRODUCT | \
37 USB_DEVICE_ID_MATCH_INT_CLASS, \
38 .idVendor = vend, \
39 .idProduct = prod, \
40 .bInterfaceClass = USB_CLASS_VENDOR_SPEC
41
1ef0e0a0
KA
42/* FTDI devices */
43{
44 USB_DEVICE(0x0403, 0xb8d8),
45 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
46 /* .vendor_name = "STARR LABS", */
47 /* .product_name = "Starr Labs MIDI USB device", */
48 .ifnum = 0,
49 .type = QUIRK_MIDI_FTDI
50 }
51},
52
dc61b66f
AB
53/* Creative/Toshiba Multimedia Center SB-0500 */
54{
55 USB_DEVICE(0x041e, 0x3048),
56 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
57 .vendor_name = "Toshiba",
58 .product_name = "SB-0500",
59 .ifnum = QUIRK_NO_INTERFACE
60 }
61},
62
25a47b6b
CL
63/* Creative/E-Mu devices */
64{
65 USB_DEVICE(0x041e, 0x3010),
66 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
67 .vendor_name = "Creative Labs",
68 .product_name = "Sound Blaster MP3+",
69 .ifnum = QUIRK_NO_INTERFACE
70 }
71},
72{
73 /* E-Mu 0202 USB */
74 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
75 .idVendor = 0x041e,
76 .idProduct = 0x3f02,
77 .bInterfaceClass = USB_CLASS_AUDIO,
78},
79{
80 /* E-Mu 0404 USB */
81 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
82 .idVendor = 0x041e,
83 .idProduct = 0x3f04,
84 .bInterfaceClass = USB_CLASS_AUDIO,
85},
97c889a7
ET
86{
87 /* E-Mu Tracker Pre */
88 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
89 .idVendor = 0x041e,
90 .idProduct = 0x3f0a,
91 .bInterfaceClass = USB_CLASS_AUDIO,
92},
1cdfa9f3
JT
93{
94 /* E-Mu 0204 USB */
95 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
96 .idVendor = 0x041e,
97 .idProduct = 0x3f19,
98 .bInterfaceClass = USB_CLASS_AUDIO,
97c889a7 99},
25a47b6b 100
a9121458
DD
101/*
102 * Logitech QuickCam: bDeviceClass is vendor-specific, so generic interface
103 * class matches do not take effect without an explicit ID match.
104 */
d417045e
DD
105{
106 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
107 USB_DEVICE_ID_MATCH_INT_CLASS |
108 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
109 .idVendor = 0x046d,
110 .idProduct = 0x0850,
111 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 112 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
d417045e 113},
c34532da
GS
114{
115 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
116 USB_DEVICE_ID_MATCH_INT_CLASS |
117 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
118 .idVendor = 0x046d,
119 .idProduct = 0x08ae,
120 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 121 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
c34532da 122},
cfc24ec8
RRS
123{
124 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
125 USB_DEVICE_ID_MATCH_INT_CLASS |
126 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
127 .idVendor = 0x046d,
128 .idProduct = 0x08c6,
129 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 130 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
cfc24ec8 131},
a9121458
DD
132{
133 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
134 USB_DEVICE_ID_MATCH_INT_CLASS |
135 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
136 .idVendor = 0x046d,
137 .idProduct = 0x08f0,
138 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 139 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
a9121458 140},
31127f2e
DW
141{
142 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
143 USB_DEVICE_ID_MATCH_INT_CLASS |
144 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
145 .idVendor = 0x046d,
146 .idProduct = 0x08f5,
147 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 148 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
31127f2e 149},
a9121458
DD
150{
151 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
152 USB_DEVICE_ID_MATCH_INT_CLASS |
153 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
154 .idVendor = 0x046d,
155 .idProduct = 0x08f6,
156 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 157 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
a9121458 158},
5c6c9e6f
SPS
159{
160 USB_DEVICE(0x046d, 0x0990),
161 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
162 .vendor_name = "Logitech, Inc.",
163 .product_name = "QuickCam Pro 9000",
164 .ifnum = QUIRK_NO_INTERFACE
165 }
166},
25a47b6b 167
1da177e4
LT
168/*
169 * Yamaha devices
170 */
171
172#define YAMAHA_DEVICE(id, name) { \
173 USB_DEVICE(0x0499, id), \
86e07d34 174 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
1da177e4
LT
175 .vendor_name = "Yamaha", \
176 .product_name = name, \
177 .ifnum = QUIRK_ANY_INTERFACE, \
178 .type = QUIRK_MIDI_YAMAHA \
179 } \
180}
181#define YAMAHA_INTERFACE(id, intf, name) { \
182 USB_DEVICE_VENDOR_SPEC(0x0499, id), \
86e07d34 183 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
1da177e4
LT
184 .vendor_name = "Yamaha", \
185 .product_name = name, \
186 .ifnum = intf, \
187 .type = QUIRK_MIDI_YAMAHA \
188 } \
189}
190YAMAHA_DEVICE(0x1000, "UX256"),
191YAMAHA_DEVICE(0x1001, "MU1000"),
192YAMAHA_DEVICE(0x1002, "MU2000"),
193YAMAHA_DEVICE(0x1003, "MU500"),
194YAMAHA_INTERFACE(0x1004, 3, "UW500"),
195YAMAHA_DEVICE(0x1005, "MOTIF6"),
196YAMAHA_DEVICE(0x1006, "MOTIF7"),
197YAMAHA_DEVICE(0x1007, "MOTIF8"),
198YAMAHA_DEVICE(0x1008, "UX96"),
199YAMAHA_DEVICE(0x1009, "UX16"),
200YAMAHA_INTERFACE(0x100a, 3, "EOS BX"),
201YAMAHA_DEVICE(0x100c, "UC-MX"),
202YAMAHA_DEVICE(0x100d, "UC-KX"),
203YAMAHA_DEVICE(0x100e, "S08"),
204YAMAHA_DEVICE(0x100f, "CLP-150"),
205YAMAHA_DEVICE(0x1010, "CLP-170"),
206YAMAHA_DEVICE(0x1011, "P-250"),
207YAMAHA_DEVICE(0x1012, "TYROS"),
208YAMAHA_DEVICE(0x1013, "PF-500"),
209YAMAHA_DEVICE(0x1014, "S90"),
210YAMAHA_DEVICE(0x1015, "MOTIF-R"),
4ccb4a43 211YAMAHA_DEVICE(0x1016, "MDP-5"),
1da177e4
LT
212YAMAHA_DEVICE(0x1017, "CVP-204"),
213YAMAHA_DEVICE(0x1018, "CVP-206"),
214YAMAHA_DEVICE(0x1019, "CVP-208"),
215YAMAHA_DEVICE(0x101a, "CVP-210"),
216YAMAHA_DEVICE(0x101b, "PSR-1100"),
217YAMAHA_DEVICE(0x101c, "PSR-2100"),
218YAMAHA_DEVICE(0x101d, "CLP-175"),
219YAMAHA_DEVICE(0x101e, "PSR-K1"),
4ccb4a43 220YAMAHA_DEVICE(0x101f, "EZ-J24"),
1da177e4
LT
221YAMAHA_DEVICE(0x1020, "EZ-250i"),
222YAMAHA_DEVICE(0x1021, "MOTIF ES 6"),
223YAMAHA_DEVICE(0x1022, "MOTIF ES 7"),
224YAMAHA_DEVICE(0x1023, "MOTIF ES 8"),
225YAMAHA_DEVICE(0x1024, "CVP-301"),
226YAMAHA_DEVICE(0x1025, "CVP-303"),
227YAMAHA_DEVICE(0x1026, "CVP-305"),
228YAMAHA_DEVICE(0x1027, "CVP-307"),
229YAMAHA_DEVICE(0x1028, "CVP-309"),
230YAMAHA_DEVICE(0x1029, "CVP-309GP"),
231YAMAHA_DEVICE(0x102a, "PSR-1500"),
232YAMAHA_DEVICE(0x102b, "PSR-3000"),
233YAMAHA_DEVICE(0x102e, "ELS-01/01C"),
234YAMAHA_DEVICE(0x1030, "PSR-295/293"),
235YAMAHA_DEVICE(0x1031, "DGX-205/203"),
236YAMAHA_DEVICE(0x1032, "DGX-305"),
237YAMAHA_DEVICE(0x1033, "DGX-505"),
238YAMAHA_DEVICE(0x1034, NULL),
239YAMAHA_DEVICE(0x1035, NULL),
240YAMAHA_DEVICE(0x1036, NULL),
241YAMAHA_DEVICE(0x1037, NULL),
242YAMAHA_DEVICE(0x1038, NULL),
243YAMAHA_DEVICE(0x1039, NULL),
244YAMAHA_DEVICE(0x103a, NULL),
245YAMAHA_DEVICE(0x103b, NULL),
246YAMAHA_DEVICE(0x103c, NULL),
0ac2ac0a 247YAMAHA_DEVICE(0x103d, NULL),
f542fda8
CL
248YAMAHA_DEVICE(0x103e, NULL),
249YAMAHA_DEVICE(0x103f, NULL),
250YAMAHA_DEVICE(0x1040, NULL),
251YAMAHA_DEVICE(0x1041, NULL),
f1265391
CL
252YAMAHA_DEVICE(0x1042, NULL),
253YAMAHA_DEVICE(0x1043, NULL),
254YAMAHA_DEVICE(0x1044, NULL),
255YAMAHA_DEVICE(0x1045, NULL),
c85ceac9 256YAMAHA_INTERFACE(0x104e, 0, NULL),
83a1a397
CL
257YAMAHA_DEVICE(0x104f, NULL),
258YAMAHA_DEVICE(0x1050, NULL),
259YAMAHA_DEVICE(0x1051, NULL),
260YAMAHA_DEVICE(0x1052, NULL),
422fdc31
CL
261YAMAHA_INTERFACE(0x1053, 0, NULL),
262YAMAHA_INTERFACE(0x1054, 0, NULL),
263YAMAHA_DEVICE(0x1055, NULL),
264YAMAHA_DEVICE(0x1056, NULL),
265YAMAHA_DEVICE(0x1057, NULL),
266YAMAHA_DEVICE(0x1058, NULL),
267YAMAHA_DEVICE(0x1059, NULL),
268YAMAHA_DEVICE(0x105a, NULL),
269YAMAHA_DEVICE(0x105b, NULL),
270YAMAHA_DEVICE(0x105c, NULL),
271YAMAHA_DEVICE(0x105d, NULL),
1da177e4
LT
272YAMAHA_DEVICE(0x2000, "DGP-7"),
273YAMAHA_DEVICE(0x2001, "DGP-5"),
274YAMAHA_DEVICE(0x2002, NULL),
422fdc31 275YAMAHA_DEVICE(0x2003, NULL),
1da177e4
LT
276YAMAHA_DEVICE(0x5000, "CS1D"),
277YAMAHA_DEVICE(0x5001, "DSP1D"),
278YAMAHA_DEVICE(0x5002, "DME32"),
279YAMAHA_DEVICE(0x5003, "DM2000"),
280YAMAHA_DEVICE(0x5004, "02R96"),
281YAMAHA_DEVICE(0x5005, "ACU16-C"),
282YAMAHA_DEVICE(0x5006, "NHB32-C"),
283YAMAHA_DEVICE(0x5007, "DM1000"),
284YAMAHA_DEVICE(0x5008, "01V96"),
285YAMAHA_DEVICE(0x5009, "SPX2000"),
286YAMAHA_DEVICE(0x500a, "PM5D"),
287YAMAHA_DEVICE(0x500b, "DME64N"),
288YAMAHA_DEVICE(0x500c, "DME24N"),
289YAMAHA_DEVICE(0x500d, NULL),
290YAMAHA_DEVICE(0x500e, NULL),
f1265391 291YAMAHA_DEVICE(0x500f, NULL),
1da177e4
LT
292YAMAHA_DEVICE(0x7000, "DTX"),
293YAMAHA_DEVICE(0x7010, "UB99"),
294#undef YAMAHA_DEVICE
295#undef YAMAHA_INTERFACE
296
297/*
298 * Roland/RolandED/Edirol/BOSS devices
299 */
300{
301 USB_DEVICE(0x0582, 0x0000),
86e07d34 302 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
303 .vendor_name = "Roland",
304 .product_name = "UA-100",
305 .ifnum = QUIRK_ANY_INTERFACE,
306 .type = QUIRK_COMPOSITE,
86e07d34 307 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
308 {
309 .ifnum = 0,
310 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
311 .data = & (const struct audioformat) {
015eb0b0 312 .formats = SNDRV_PCM_FMTBIT_S16_LE,
1da177e4
LT
313 .channels = 4,
314 .iface = 0,
315 .altsetting = 1,
316 .altset_idx = 1,
317 .attributes = 0,
318 .endpoint = 0x01,
319 .ep_attr = 0x09,
320 .rates = SNDRV_PCM_RATE_CONTINUOUS,
321 .rate_min = 44100,
322 .rate_max = 44100,
323 }
324 },
325 {
326 .ifnum = 1,
327 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
328 .data = & (const struct audioformat) {
015eb0b0 329 .formats = SNDRV_PCM_FMTBIT_S16_LE,
1da177e4
LT
330 .channels = 2,
331 .iface = 1,
332 .altsetting = 1,
333 .altset_idx = 1,
de48c7bc 334 .attributes = UAC_EP_CS_ATTR_FILL_MAX,
1da177e4
LT
335 .endpoint = 0x81,
336 .ep_attr = 0x05,
337 .rates = SNDRV_PCM_RATE_CONTINUOUS,
338 .rate_min = 44100,
339 .rate_max = 44100,
340 }
341 },
342 {
343 .ifnum = 2,
344 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 345 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
346 .out_cables = 0x0007,
347 .in_cables = 0x0007
348 }
349 },
350 {
351 .ifnum = -1
352 }
353 }
354 }
355},
356{
357 USB_DEVICE(0x0582, 0x0002),
86e07d34 358 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
359 .vendor_name = "EDIROL",
360 .product_name = "UM-4",
d3ff42fd
CL
361 .ifnum = QUIRK_ANY_INTERFACE,
362 .type = QUIRK_COMPOSITE,
86e07d34 363 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
364 {
365 .ifnum = 0,
366 .type = QUIRK_IGNORE_INTERFACE
367 },
368 {
369 .ifnum = 1,
370 .type = QUIRK_IGNORE_INTERFACE
371 },
372 {
373 .ifnum = 2,
374 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 375 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
376 .out_cables = 0x000f,
377 .in_cables = 0x000f
378 }
379 },
380 {
381 .ifnum = -1
382 }
1da177e4
LT
383 }
384 }
385},
386{
387 USB_DEVICE(0x0582, 0x0003),
86e07d34 388 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
389 .vendor_name = "Roland",
390 .product_name = "SC-8850",
d3ff42fd
CL
391 .ifnum = QUIRK_ANY_INTERFACE,
392 .type = QUIRK_COMPOSITE,
86e07d34 393 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
394 {
395 .ifnum = 0,
396 .type = QUIRK_IGNORE_INTERFACE
397 },
398 {
399 .ifnum = 1,
400 .type = QUIRK_IGNORE_INTERFACE
401 },
402 {
403 .ifnum = 2,
404 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 405 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
406 .out_cables = 0x003f,
407 .in_cables = 0x003f
408 }
409 },
410 {
411 .ifnum = -1
412 }
1da177e4
LT
413 }
414 }
415},
416{
417 USB_DEVICE(0x0582, 0x0004),
86e07d34 418 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
419 .vendor_name = "Roland",
420 .product_name = "U-8",
d3ff42fd
CL
421 .ifnum = QUIRK_ANY_INTERFACE,
422 .type = QUIRK_COMPOSITE,
86e07d34 423 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
424 {
425 .ifnum = 0,
426 .type = QUIRK_IGNORE_INTERFACE
427 },
428 {
429 .ifnum = 1,
430 .type = QUIRK_IGNORE_INTERFACE
431 },
432 {
433 .ifnum = 2,
434 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 435 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
436 .out_cables = 0x0005,
437 .in_cables = 0x0005
438 }
439 },
440 {
441 .ifnum = -1
442 }
1da177e4
LT
443 }
444 }
445},
446{
119c4ff5
CL
447 /* Has ID 0x0099 when not in "Advanced Driver" mode.
448 * The UM-2EX has only one input, but we cannot detect this. */
1da177e4 449 USB_DEVICE(0x0582, 0x0005),
86e07d34 450 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
451 .vendor_name = "EDIROL",
452 .product_name = "UM-2",
d3ff42fd
CL
453 .ifnum = QUIRK_ANY_INTERFACE,
454 .type = QUIRK_COMPOSITE,
86e07d34 455 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
456 {
457 .ifnum = 0,
458 .type = QUIRK_IGNORE_INTERFACE
459 },
460 {
461 .ifnum = 1,
462 .type = QUIRK_IGNORE_INTERFACE
463 },
464 {
465 .ifnum = 2,
466 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 467 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
468 .out_cables = 0x0003,
469 .in_cables = 0x0003
470 }
471 },
472 {
473 .ifnum = -1
474 }
1da177e4
LT
475 }
476 }
477},
478{
479 USB_DEVICE(0x0582, 0x0007),
86e07d34 480 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
481 .vendor_name = "Roland",
482 .product_name = "SC-8820",
d3ff42fd
CL
483 .ifnum = QUIRK_ANY_INTERFACE,
484 .type = QUIRK_COMPOSITE,
86e07d34 485 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
486 {
487 .ifnum = 0,
488 .type = QUIRK_IGNORE_INTERFACE
489 },
490 {
491 .ifnum = 1,
492 .type = QUIRK_IGNORE_INTERFACE
493 },
494 {
495 .ifnum = 2,
496 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 497 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
498 .out_cables = 0x0013,
499 .in_cables = 0x0013
500 }
501 },
502 {
503 .ifnum = -1
504 }
1da177e4
LT
505 }
506 }
507},
508{
509 USB_DEVICE(0x0582, 0x0008),
86e07d34 510 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
511 .vendor_name = "Roland",
512 .product_name = "PC-300",
d3ff42fd
CL
513 .ifnum = QUIRK_ANY_INTERFACE,
514 .type = QUIRK_COMPOSITE,
86e07d34 515 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
516 {
517 .ifnum = 0,
518 .type = QUIRK_IGNORE_INTERFACE
519 },
520 {
521 .ifnum = 1,
522 .type = QUIRK_IGNORE_INTERFACE
523 },
524 {
525 .ifnum = 2,
526 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 527 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
528 .out_cables = 0x0001,
529 .in_cables = 0x0001
530 }
531 },
532 {
533 .ifnum = -1
534 }
1da177e4
LT
535 }
536 }
537},
538{
119c4ff5 539 /* has ID 0x009d when not in "Advanced Driver" mode */
1da177e4 540 USB_DEVICE(0x0582, 0x0009),
86e07d34 541 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
542 .vendor_name = "EDIROL",
543 .product_name = "UM-1",
d3ff42fd
CL
544 .ifnum = QUIRK_ANY_INTERFACE,
545 .type = QUIRK_COMPOSITE,
86e07d34 546 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
547 {
548 .ifnum = 0,
549 .type = QUIRK_IGNORE_INTERFACE
550 },
551 {
552 .ifnum = 1,
553 .type = QUIRK_IGNORE_INTERFACE
554 },
555 {
556 .ifnum = 2,
557 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 558 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
559 .out_cables = 0x0001,
560 .in_cables = 0x0001
561 }
562 },
563 {
564 .ifnum = -1
565 }
1da177e4
LT
566 }
567 }
568},
569{
570 USB_DEVICE(0x0582, 0x000b),
86e07d34 571 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
572 .vendor_name = "Roland",
573 .product_name = "SK-500",
d3ff42fd
CL
574 .ifnum = QUIRK_ANY_INTERFACE,
575 .type = QUIRK_COMPOSITE,
86e07d34 576 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
577 {
578 .ifnum = 0,
579 .type = QUIRK_IGNORE_INTERFACE
580 },
581 {
582 .ifnum = 1,
583 .type = QUIRK_IGNORE_INTERFACE
584 },
585 {
586 .ifnum = 2,
587 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 588 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
589 .out_cables = 0x0013,
590 .in_cables = 0x0013
591 }
592 },
593 {
594 .ifnum = -1
595 }
1da177e4
LT
596 }
597 }
598},
599{
600 /* thanks to Emiliano Grilli <emillo@libero.it>
601 * for helping researching this data */
602 USB_DEVICE(0x0582, 0x000c),
86e07d34 603 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
604 .vendor_name = "Roland",
605 .product_name = "SC-D70",
606 .ifnum = QUIRK_ANY_INTERFACE,
607 .type = QUIRK_COMPOSITE,
86e07d34 608 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
609 {
610 .ifnum = 0,
611 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
612 .data = & (const struct audioformat) {
015eb0b0 613 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
1da177e4
LT
614 .channels = 2,
615 .iface = 0,
616 .altsetting = 1,
617 .altset_idx = 1,
618 .attributes = 0,
619 .endpoint = 0x01,
620 .ep_attr = 0x01,
621 .rates = SNDRV_PCM_RATE_CONTINUOUS,
622 .rate_min = 44100,
623 .rate_max = 44100,
624 }
625 },
626 {
627 .ifnum = 1,
628 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
629 .data = & (const struct audioformat) {
015eb0b0 630 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
1da177e4
LT
631 .channels = 2,
632 .iface = 1,
633 .altsetting = 1,
634 .altset_idx = 1,
635 .attributes = 0,
636 .endpoint = 0x81,
637 .ep_attr = 0x01,
638 .rates = SNDRV_PCM_RATE_CONTINUOUS,
639 .rate_min = 44100,
640 .rate_max = 44100,
641 }
642 },
643 {
644 .ifnum = 2,
645 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 646 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
647 .out_cables = 0x0007,
648 .in_cables = 0x0007
649 }
650 },
651 {
652 .ifnum = -1
653 }
654 }
655 }
656},
657{ /*
658 * This quirk is for the "Advanced Driver" mode of the Edirol UA-5.
659 * If the advanced mode switch at the back of the unit is off, the
660 * UA-5 has ID 0x0582/0x0011 and is standard compliant (no quirks),
661 * but offers only 16-bit PCM.
662 * In advanced mode, the UA-5 will output S24_3LE samples (two
663 * channels) at the rate indicated on the front switch, including
664 * the 96kHz sample rate.
665 */
666 USB_DEVICE(0x0582, 0x0010),
86e07d34 667 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
668 .vendor_name = "EDIROL",
669 .product_name = "UA-5",
670 .ifnum = QUIRK_ANY_INTERFACE,
671 .type = QUIRK_COMPOSITE,
86e07d34 672 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
673 {
674 .ifnum = 1,
675 .type = QUIRK_AUDIO_STANDARD_INTERFACE
676 },
677 {
678 .ifnum = 2,
679 .type = QUIRK_AUDIO_STANDARD_INTERFACE
680 },
681 {
682 .ifnum = -1
683 }
684 }
685 }
686},
687{
d879f0cc 688 /* has ID 0x0013 when not in "Advanced Driver" mode */
1da177e4 689 USB_DEVICE(0x0582, 0x0012),
86e07d34 690 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
691 .vendor_name = "Roland",
692 .product_name = "XV-5050",
693 .ifnum = 0,
694 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 695 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
696 .out_cables = 0x0001,
697 .in_cables = 0x0001
698 }
699 }
700},
701{
d879f0cc 702 /* has ID 0x0015 when not in "Advanced Driver" mode */
1da177e4 703 USB_DEVICE(0x0582, 0x0014),
86e07d34 704 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
705 .vendor_name = "EDIROL",
706 .product_name = "UM-880",
707 .ifnum = 0,
708 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 709 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
710 .out_cables = 0x01ff,
711 .in_cables = 0x01ff
712 }
713 }
714},
715{
d879f0cc 716 /* has ID 0x0017 when not in "Advanced Driver" mode */
1da177e4 717 USB_DEVICE(0x0582, 0x0016),
86e07d34 718 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
719 .vendor_name = "EDIROL",
720 .product_name = "SD-90",
d3ff42fd
CL
721 .ifnum = QUIRK_ANY_INTERFACE,
722 .type = QUIRK_COMPOSITE,
86e07d34 723 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
724 {
725 .ifnum = 0,
061b869e 726 .type = QUIRK_AUDIO_STANDARD_INTERFACE
d3ff42fd
CL
727 },
728 {
729 .ifnum = 1,
061b869e 730 .type = QUIRK_AUDIO_STANDARD_INTERFACE
d3ff42fd
CL
731 },
732 {
733 .ifnum = 2,
734 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 735 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
736 .out_cables = 0x000f,
737 .in_cables = 0x000f
738 }
739 },
740 {
741 .ifnum = -1
742 }
1da177e4
LT
743 }
744 }
745},
746{
d879f0cc 747 /* has ID 0x001c when not in "Advanced Driver" mode */
1da177e4 748 USB_DEVICE(0x0582, 0x001b),
86e07d34 749 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
750 .vendor_name = "Roland",
751 .product_name = "MMP-2",
d3ff42fd
CL
752 .ifnum = QUIRK_ANY_INTERFACE,
753 .type = QUIRK_COMPOSITE,
86e07d34 754 .data = (const struct snd_usb_audio_quirk[]) {
d3ff42fd
CL
755 {
756 .ifnum = 0,
757 .type = QUIRK_IGNORE_INTERFACE
758 },
759 {
760 .ifnum = 1,
761 .type = QUIRK_IGNORE_INTERFACE
762 },
763 {
764 .ifnum = 2,
765 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 766 .data = & (const struct snd_usb_midi_endpoint_info) {
d3ff42fd
CL
767 .out_cables = 0x0001,
768 .in_cables = 0x0001
769 }
770 },
771 {
772 .ifnum = -1
773 }
1da177e4
LT
774 }
775 }
776},
777{
d879f0cc 778 /* has ID 0x001e when not in "Advanced Driver" mode */
1da177e4 779 USB_DEVICE(0x0582, 0x001d),
86e07d34 780 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
781 .vendor_name = "Roland",
782 .product_name = "V-SYNTH",
783 .ifnum = 0,
784 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 785 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
786 .out_cables = 0x0001,
787 .in_cables = 0x0001
788 }
789 }
790},
791{
d879f0cc 792 /* has ID 0x0024 when not in "Advanced Driver" mode */
1da177e4 793 USB_DEVICE(0x0582, 0x0023),
86e07d34 794 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
795 .vendor_name = "EDIROL",
796 .product_name = "UM-550",
797 .ifnum = 0,
798 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 799 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
800 .out_cables = 0x003f,
801 .in_cables = 0x003f
802 }
803 }
804},
805{
806 /*
807 * This quirk is for the "Advanced Driver" mode. If off, the UA-20
808 * has ID 0x0026 and is standard compliant, but has only 16-bit PCM
809 * and no MIDI.
810 */
811 USB_DEVICE(0x0582, 0x0025),
86e07d34 812 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
813 .vendor_name = "EDIROL",
814 .product_name = "UA-20",
815 .ifnum = QUIRK_ANY_INTERFACE,
816 .type = QUIRK_COMPOSITE,
86e07d34 817 .data = (const struct snd_usb_audio_quirk[]) {
1f14a657
CL
818 {
819 .ifnum = 0,
820 .type = QUIRK_IGNORE_INTERFACE
821 },
1da177e4
LT
822 {
823 .ifnum = 1,
1f14a657
CL
824 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
825 .data = & (const struct audioformat) {
015eb0b0 826 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
1f14a657
CL
827 .channels = 2,
828 .iface = 1,
829 .altsetting = 1,
830 .altset_idx = 1,
831 .attributes = 0,
832 .endpoint = 0x01,
833 .ep_attr = 0x01,
834 .rates = SNDRV_PCM_RATE_CONTINUOUS,
835 .rate_min = 44100,
836 .rate_max = 44100,
837 }
1da177e4
LT
838 },
839 {
840 .ifnum = 2,
1f14a657
CL
841 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
842 .data = & (const struct audioformat) {
015eb0b0 843 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
1f14a657
CL
844 .channels = 2,
845 .iface = 2,
846 .altsetting = 1,
847 .altset_idx = 1,
848 .attributes = 0,
849 .endpoint = 0x82,
850 .ep_attr = 0x01,
851 .rates = SNDRV_PCM_RATE_CONTINUOUS,
852 .rate_min = 44100,
853 .rate_max = 44100,
854 }
1da177e4
LT
855 },
856 {
857 .ifnum = 3,
1f14a657
CL
858 .type = QUIRK_MIDI_FIXED_ENDPOINT,
859 .data = & (const struct snd_usb_midi_endpoint_info) {
860 .out_cables = 0x0001,
861 .in_cables = 0x0001
862 }
1da177e4
LT
863 },
864 {
865 .ifnum = -1
866 }
867 }
868 }
869},
870{
d879f0cc 871 /* has ID 0x0028 when not in "Advanced Driver" mode */
1da177e4 872 USB_DEVICE(0x0582, 0x0027),
86e07d34 873 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
874 .vendor_name = "EDIROL",
875 .product_name = "SD-20",
876 .ifnum = 0,
877 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 878 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
879 .out_cables = 0x0003,
880 .in_cables = 0x0007
881 }
882 }
883},
884{
d879f0cc 885 /* has ID 0x002a when not in "Advanced Driver" mode */
1da177e4 886 USB_DEVICE(0x0582, 0x0029),
86e07d34 887 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
888 .vendor_name = "EDIROL",
889 .product_name = "SD-80",
890 .ifnum = 0,
891 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 892 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
893 .out_cables = 0x000f,
894 .in_cables = 0x000f
895 }
896 }
897},
898{ /*
899 * This quirk is for the "Advanced" modes of the Edirol UA-700.
900 * If the sample format switch is not in an advanced setting, the
901 * UA-700 has ID 0x0582/0x002c and is standard compliant (no quirks),
902 * but offers only 16-bit PCM and no MIDI.
903 */
904 USB_DEVICE_VENDOR_SPEC(0x0582, 0x002b),
86e07d34 905 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
906 .vendor_name = "EDIROL",
907 .product_name = "UA-700",
908 .ifnum = QUIRK_ANY_INTERFACE,
909 .type = QUIRK_COMPOSITE,
86e07d34 910 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
911 {
912 .ifnum = 1,
310e0dc0 913 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
914 },
915 {
916 .ifnum = 2,
310e0dc0 917 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
918 },
919 {
920 .ifnum = 3,
59b3db6c 921 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
922 },
923 {
924 .ifnum = -1
925 }
926 }
927 }
928},
929{
d879f0cc 930 /* has ID 0x002e when not in "Advanced Driver" mode */
1da177e4 931 USB_DEVICE(0x0582, 0x002d),
86e07d34 932 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
933 .vendor_name = "Roland",
934 .product_name = "XV-2020",
935 .ifnum = 0,
936 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 937 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
938 .out_cables = 0x0001,
939 .in_cables = 0x0001
940 }
941 }
942},
943{
d879f0cc 944 /* has ID 0x0030 when not in "Advanced Driver" mode */
1da177e4 945 USB_DEVICE(0x0582, 0x002f),
86e07d34 946 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
947 .vendor_name = "Roland",
948 .product_name = "VariOS",
949 .ifnum = 0,
950 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 951 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
952 .out_cables = 0x0007,
953 .in_cables = 0x0007
954 }
955 }
956},
957{
d879f0cc 958 /* has ID 0x0034 when not in "Advanced Driver" mode */
1da177e4 959 USB_DEVICE(0x0582, 0x0033),
86e07d34 960 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
961 .vendor_name = "EDIROL",
962 .product_name = "PCR",
963 .ifnum = 0,
964 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 965 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
966 .out_cables = 0x0003,
967 .in_cables = 0x0007
968 }
969 }
970},
d879f0cc 971 /* TODO: add Roland M-1000 support */
1da177e4 972{
d879f0cc
CL
973 /*
974 * Has ID 0x0038 when not in "Advanced Driver" mode;
975 * later revisions use IDs 0x0054 and 0x00a2.
976 */
1da177e4 977 USB_DEVICE(0x0582, 0x0037),
86e07d34 978 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
979 .vendor_name = "Roland",
980 .product_name = "Digital Piano",
981 .ifnum = 0,
982 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 983 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
984 .out_cables = 0x0001,
985 .in_cables = 0x0001
986 }
987 }
988},
989{
5af4c833
CL
990 /*
991 * This quirk is for the "Advanced Driver" mode. If off, the GS-10
992 * has ID 0x003c and is standard compliant, but has only 16-bit PCM
993 * and no MIDI.
994 */
1da177e4 995 USB_DEVICE_VENDOR_SPEC(0x0582, 0x003b),
86e07d34 996 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
997 .vendor_name = "BOSS",
998 .product_name = "GS-10",
5af4c833
CL
999 .ifnum = QUIRK_ANY_INTERFACE,
1000 .type = QUIRK_COMPOSITE,
86e07d34 1001 .data = & (const struct snd_usb_audio_quirk[]) {
5af4c833
CL
1002 {
1003 .ifnum = 1,
1004 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1005 },
1006 {
1007 .ifnum = 2,
1008 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1009 },
1010 {
1011 .ifnum = 3,
1012 .type = QUIRK_MIDI_STANDARD_INTERFACE
1013 },
1014 {
1015 .ifnum = -1
1016 }
1da177e4
LT
1017 }
1018 }
1019},
1020{
d879f0cc 1021 /* has ID 0x0041 when not in "Advanced Driver" mode */
1da177e4 1022 USB_DEVICE(0x0582, 0x0040),
86e07d34 1023 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1024 .vendor_name = "Roland",
1025 .product_name = "GI-20",
1026 .ifnum = 0,
1027 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1028 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1029 .out_cables = 0x0001,
1030 .in_cables = 0x0001
1031 }
1032 }
1033},
1034{
d879f0cc 1035 /* has ID 0x0043 when not in "Advanced Driver" mode */
1da177e4 1036 USB_DEVICE(0x0582, 0x0042),
86e07d34 1037 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1038 .vendor_name = "Roland",
1039 .product_name = "RS-70",
1040 .ifnum = 0,
1041 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1042 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1043 .out_cables = 0x0001,
1044 .in_cables = 0x0001
1045 }
1046 }
1047},
358ce0cf
CL
1048{
1049 /* has ID 0x0049 when not in "Advanced Driver" mode */
1050 USB_DEVICE(0x0582, 0x0047),
1051 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1052 /* .vendor_name = "EDIROL", */
1053 /* .product_name = "UR-80", */
1054 .ifnum = QUIRK_ANY_INTERFACE,
1055 .type = QUIRK_COMPOSITE,
1056 .data = (const struct snd_usb_audio_quirk[]) {
1057 /* in the 96 kHz modes, only interface 1 is there */
1058 {
1059 .ifnum = 1,
1060 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1061 },
1062 {
1063 .ifnum = 2,
1064 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1065 },
1066 {
1067 .ifnum = -1
1068 }
1069 }
1070 }
1071},
1da177e4 1072{
d879f0cc 1073 /* has ID 0x004a when not in "Advanced Driver" mode */
1da177e4 1074 USB_DEVICE(0x0582, 0x0048),
86e07d34 1075 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
358ce0cf
CL
1076 /* .vendor_name = "EDIROL", */
1077 /* .product_name = "UR-80", */
1da177e4
LT
1078 .ifnum = 0,
1079 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1080 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1081 .out_cables = 0x0003,
1082 .in_cables = 0x0007
1083 }
1084 }
1085},
d879f0cc 1086 /* TODO: add Edirol M-100FX support */
f38cc317
CL
1087{
1088 /* has ID 0x004e when not in "Advanced Driver" mode */
1089 USB_DEVICE(0x0582, 0x004c),
1090 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1091 .vendor_name = "EDIROL",
1092 .product_name = "PCR-A",
1093 .ifnum = QUIRK_ANY_INTERFACE,
1094 .type = QUIRK_COMPOSITE,
1095 .data = (const struct snd_usb_audio_quirk[]) {
1096 {
1097 .ifnum = 1,
1098 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1099 },
1100 {
1101 .ifnum = 2,
1102 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1103 },
1104 {
1105 .ifnum = -1
1106 }
1107 }
1108 }
1109},
1da177e4 1110{
d879f0cc 1111 /* has ID 0x004f when not in "Advanced Driver" mode */
1da177e4 1112 USB_DEVICE(0x0582, 0x004d),
86e07d34 1113 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1114 .vendor_name = "EDIROL",
1115 .product_name = "PCR-A",
1116 .ifnum = 0,
1117 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1118 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1119 .out_cables = 0x0003,
1120 .in_cables = 0x0007
1121 }
1122 }
1123},
1124{
1125 /*
1126 * This quirk is for the "Advanced Driver" mode. If off, the UA-3FX
1127 * is standard compliant, but has only 16-bit PCM.
1128 */
1129 USB_DEVICE(0x0582, 0x0050),
86e07d34 1130 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1131 .vendor_name = "EDIROL",
1132 .product_name = "UA-3FX",
1133 .ifnum = QUIRK_ANY_INTERFACE,
1134 .type = QUIRK_COMPOSITE,
86e07d34 1135 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
1136 {
1137 .ifnum = 1,
1138 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1139 },
1140 {
1141 .ifnum = 2,
1142 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1143 },
1144 {
1145 .ifnum = -1
1146 }
1147 }
1148 }
1149},
1150{
1151 USB_DEVICE(0x0582, 0x0052),
86e07d34 1152 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1153 .vendor_name = "EDIROL",
1154 .product_name = "UM-1SX",
1155 .ifnum = 0,
1156 .type = QUIRK_MIDI_STANDARD_INTERFACE
1157 }
1158},
f167684a
TI
1159{
1160 USB_DEVICE(0x0582, 0x0060),
1161 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1162 .vendor_name = "Roland",
1163 .product_name = "EXR Series",
1164 .ifnum = 0,
1165 .type = QUIRK_MIDI_STANDARD_INTERFACE
1166 }
1167},
aa70201f
CL
1168{
1169 /* has ID 0x0066 when not in "Advanced Driver" mode */
1170 USB_DEVICE(0x0582, 0x0064),
1171 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1172 /* .vendor_name = "EDIROL", */
1173 /* .product_name = "PCR-1", */
1174 .ifnum = QUIRK_ANY_INTERFACE,
1175 .type = QUIRK_COMPOSITE,
1176 .data = (const struct snd_usb_audio_quirk[]) {
1177 {
1178 .ifnum = 1,
1179 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1180 },
1181 {
1182 .ifnum = 2,
1183 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1184 },
1185 {
1186 .ifnum = -1
1187 }
1188 }
1189 }
1190},
1da177e4 1191{
d879f0cc 1192 /* has ID 0x0067 when not in "Advanced Driver" mode */
1da177e4 1193 USB_DEVICE(0x0582, 0x0065),
86e07d34 1194 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
aa70201f
CL
1195 /* .vendor_name = "EDIROL", */
1196 /* .product_name = "PCR-1", */
1da177e4
LT
1197 .ifnum = 0,
1198 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1199 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1200 .out_cables = 0x0001,
1201 .in_cables = 0x0003
1202 }
1203 }
1204},
1205{
d879f0cc 1206 /* has ID 0x006b when not in "Advanced Driver" mode */
1da177e4 1207 USB_DEVICE_VENDOR_SPEC(0x0582, 0x006a),
86e07d34 1208 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1209 .vendor_name = "Roland",
1210 .product_name = "SP-606",
1211 .ifnum = 3,
1212 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1213 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1214 .out_cables = 0x0001,
1215 .in_cables = 0x0001
1216 }
1217 }
1218},
1219{
d879f0cc 1220 /* has ID 0x006e when not in "Advanced Driver" mode */
1da177e4 1221 USB_DEVICE(0x0582, 0x006d),
86e07d34 1222 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1223 .vendor_name = "Roland",
1224 .product_name = "FANTOM-X",
1225 .ifnum = 0,
1226 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1227 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1228 .out_cables = 0x0001,
1229 .in_cables = 0x0001
1230 }
1231 }
1232},
1233{ /*
1234 * This quirk is for the "Advanced" modes of the Edirol UA-25.
1235 * If the switch is not in an advanced setting, the UA-25 has
1236 * ID 0x0582/0x0073 and is standard compliant (no quirks), but
1237 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1238 */
1239 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0074),
86e07d34 1240 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1241 .vendor_name = "EDIROL",
1242 .product_name = "UA-25",
1243 .ifnum = QUIRK_ANY_INTERFACE,
1244 .type = QUIRK_COMPOSITE,
86e07d34 1245 .data = (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
1246 {
1247 .ifnum = 0,
310e0dc0 1248 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
1249 },
1250 {
1251 .ifnum = 1,
310e0dc0 1252 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
1253 },
1254 {
1255 .ifnum = 2,
59b3db6c 1256 .type = QUIRK_AUDIO_EDIROL_UAXX
1da177e4
LT
1257 },
1258 {
1259 .ifnum = -1
1260 }
1261 }
1262 }
1263},
1264{
d879f0cc 1265 /* has ID 0x0076 when not in "Advanced Driver" mode */
1da177e4 1266 USB_DEVICE(0x0582, 0x0075),
86e07d34 1267 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1268 .vendor_name = "BOSS",
1269 .product_name = "DR-880",
1270 .ifnum = 0,
1271 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1272 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1273 .out_cables = 0x0001,
1274 .in_cables = 0x0001
1275 }
1276 }
1277},
5a2a68f5 1278{
d879f0cc 1279 /* has ID 0x007b when not in "Advanced Driver" mode */
5a2a68f5 1280 USB_DEVICE_VENDOR_SPEC(0x0582, 0x007a),
86e07d34 1281 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
5a2a68f5 1282 .vendor_name = "Roland",
d879f0cc 1283 /* "RD" or "RD-700SX"? */
5a2a68f5
CL
1284 .ifnum = 0,
1285 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1286 .data = & (const struct snd_usb_midi_endpoint_info) {
5a2a68f5
CL
1287 .out_cables = 0x0003,
1288 .in_cables = 0x0003
1289 }
1290 }
1291},
cdca881d
CL
1292{
1293 /* has ID 0x0081 when not in "Advanced Driver" mode */
1294 USB_DEVICE(0x0582, 0x0080),
1295 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1296 .vendor_name = "Roland",
1297 .product_name = "G-70",
1298 .ifnum = 0,
1299 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1300 .data = & (const struct snd_usb_midi_endpoint_info) {
05422575
CL
1301 .out_cables = 0x0001,
1302 .in_cables = 0x0001
cdca881d
CL
1303 }
1304 }
1305},
7c79b768
CL
1306 /* TODO: add Roland V-SYNTH XT support */
1307 /* TODO: add BOSS GT-PRO support */
415b09e4
CL
1308{
1309 /* has ID 0x008c when not in "Advanced Driver" mode */
1310 USB_DEVICE(0x0582, 0x008b),
1311 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1312 .vendor_name = "EDIROL",
1313 .product_name = "PC-50",
1314 .ifnum = 0,
1315 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1316 .data = & (const struct snd_usb_midi_endpoint_info) {
1317 .out_cables = 0x0001,
1318 .in_cables = 0x0001
1319 }
1320 }
1321},
7c79b768 1322 /* TODO: add Edirol PC-80 support */
9b0d39be
TI
1323{
1324 USB_DEVICE(0x0582, 0x0096),
1325 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1326 .vendor_name = "EDIROL",
1327 .product_name = "UA-1EX",
1328 .ifnum = QUIRK_ANY_INTERFACE,
1329 .type = QUIRK_COMPOSITE,
1330 .data = (const struct snd_usb_audio_quirk[]) {
1331 {
1332 .ifnum = 0,
1333 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1334 },
1335 {
1336 .ifnum = 1,
1337 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1338 },
1339 {
1340 .ifnum = -1
1341 }
1342 }
1343 }
1344},
7c79b768
CL
1345{
1346 USB_DEVICE(0x0582, 0x009a),
1347 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1348 .vendor_name = "EDIROL",
1349 .product_name = "UM-3EX",
1350 .ifnum = 0,
1351 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1352 .data = & (const struct snd_usb_midi_endpoint_info) {
1353 .out_cables = 0x000f,
1354 .in_cables = 0x000f
1355 }
1356 }
310e0dc0
PLC
1357},
1358{
1359 /*
1360 * This quirk is for the "Advanced Driver" mode. If off, the UA-4FX
1361 * is standard compliant, but has only 16-bit PCM and no MIDI.
1362 */
1363 USB_DEVICE(0x0582, 0x00a3),
1364 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1365 .vendor_name = "EDIROL",
1366 .product_name = "UA-4FX",
1367 .ifnum = QUIRK_ANY_INTERFACE,
1368 .type = QUIRK_COMPOSITE,
1369 .data = (const struct snd_usb_audio_quirk[]) {
1370 {
1371 .ifnum = 0,
1372 .type = QUIRK_AUDIO_EDIROL_UAXX
1373 },
1374 {
1375 .ifnum = 1,
1376 .type = QUIRK_AUDIO_EDIROL_UAXX
1377 },
1378 {
1379 .ifnum = 2,
59b3db6c 1380 .type = QUIRK_AUDIO_EDIROL_UAXX
310e0dc0
PLC
1381 },
1382 {
1383 .ifnum = -1
1384 }
1385 }
1386 }
7c79b768
CL
1387},
1388 /* TODO: add Edirol MD-P1 support */
25a47b6b
CL
1389{
1390 USB_DEVICE(0x582, 0x00a6),
1391 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1392 .vendor_name = "Roland",
1393 .product_name = "Juno-G",
1394 .ifnum = 0,
1395 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1396 .data = & (const struct snd_usb_midi_endpoint_info) {
1397 .out_cables = 0x0001,
1398 .in_cables = 0x0001
1399 }
1400 }
1401},
87823090
CB
1402{
1403 /* Roland SH-201 */
1404 USB_DEVICE(0x0582, 0x00ad),
1405 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1406 .vendor_name = "Roland",
1407 .product_name = "SH-201",
1408 .ifnum = QUIRK_ANY_INTERFACE,
1409 .type = QUIRK_COMPOSITE,
1410 .data = (const struct snd_usb_audio_quirk[]) {
1411 {
1412 .ifnum = 0,
1413 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1414 },
1415 {
1416 .ifnum = 1,
1417 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1418 },
1419 {
1420 .ifnum = 2,
1421 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1422 .data = & (const struct snd_usb_midi_endpoint_info) {
1423 .out_cables = 0x0001,
1424 .in_cables = 0x0001
1425 }
1426 },
1427 {
1428 .ifnum = -1
1429 }
1430 }
1431 }
1432},
62b12631
CM
1433{
1434 /* Roland SonicCell */
1435 USB_DEVICE(0x0582, 0x00c2),
1436 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1437 .vendor_name = "Roland",
1438 .product_name = "SonicCell",
1439 .ifnum = QUIRK_ANY_INTERFACE,
1440 .type = QUIRK_COMPOSITE,
1441 .data = (const struct snd_usb_audio_quirk[]) {
1442 {
1443 .ifnum = 0,
1444 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1445 },
1446 {
1447 .ifnum = 1,
6efd2cd5
TI
1448 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1449 },
1450 {
1451 .ifnum = 2,
1452 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1453 .data = & (const struct snd_usb_midi_endpoint_info) {
1454 .out_cables = 0x0001,
1455 .in_cables = 0x0001
1456 }
1457 },
1458 {
1459 .ifnum = -1
1460 }
1461 }
1462 }
1463},
1464{
1465 /* Edirol M-16DX */
1466 /* FIXME: This quirk gives a good-working capture stream but the
1467 * playback seems problematic because of lacking of sync
1468 * with capture stream. It needs to sync with the capture
1469 * clock. As now, you'll get frequent sound distortions
1470 * via the playback.
1471 */
1472 USB_DEVICE(0x0582, 0x00c4),
1473 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1474 .ifnum = QUIRK_ANY_INTERFACE,
1475 .type = QUIRK_COMPOSITE,
1476 .data = (const struct snd_usb_audio_quirk[]) {
1477 {
1478 .ifnum = 0,
1479 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1480 },
1481 {
1482 .ifnum = 1,
62b12631
CM
1483 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1484 },
1485 {
1486 .ifnum = 2,
1487 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1488 .data = & (const struct snd_usb_midi_endpoint_info) {
1489 .out_cables = 0x0001,
1490 .in_cables = 0x0001
1491 }
1492 },
1493 {
1494 .ifnum = -1
1495 }
1496 }
1497 }
1498},
b38addb2
CL
1499{
1500 /* BOSS GT-10 */
1501 USB_DEVICE(0x0582, 0x00da),
1502 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1503 .ifnum = QUIRK_ANY_INTERFACE,
1504 .type = QUIRK_COMPOSITE,
1505 .data = (const struct snd_usb_audio_quirk[]) {
1506 {
1507 .ifnum = 0,
1508 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1509 },
1510 {
1511 .ifnum = 1,
1512 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1513 },
1514 {
1515 .ifnum = 2,
1516 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1517 .data = & (const struct snd_usb_midi_endpoint_info) {
1518 .out_cables = 0x0001,
1519 .in_cables = 0x0001
1520 }
1521 },
1522 {
1523 .ifnum = -1
1524 }
1525 }
1526 }
1527},
e2736261
TI
1528{
1529 /* Advanced modes of the Edirol UA-25EX.
1530 * For the standard mode, UA-25EX has ID 0582:00e7, which
1531 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1532 */
1533 USB_DEVICE_VENDOR_SPEC(0x0582, 0x00e6),
1534 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1535 .vendor_name = "EDIROL",
1536 .product_name = "UA-25EX",
1537 .ifnum = QUIRK_ANY_INTERFACE,
1538 .type = QUIRK_COMPOSITE,
1539 .data = (const struct snd_usb_audio_quirk[]) {
1540 {
1541 .ifnum = 0,
1542 .type = QUIRK_AUDIO_EDIROL_UAXX
1543 },
1544 {
1545 .ifnum = 1,
1546 .type = QUIRK_AUDIO_EDIROL_UAXX
1547 },
1548 {
1549 .ifnum = 2,
1550 .type = QUIRK_AUDIO_EDIROL_UAXX
1551 },
1552 {
1553 .ifnum = -1
1554 }
1555 }
1556 }
1557},
d867bba9
CL
1558{
1559 /* has ID 0x00ea when not in Advanced Driver mode */
1560 USB_DEVICE_VENDOR_SPEC(0x0582, 0x00e9),
1561 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1562 /* .vendor_name = "Roland", */
1563 /* .product_name = "UA-1G", */
1564 .ifnum = QUIRK_ANY_INTERFACE,
1565 .type = QUIRK_COMPOSITE,
1566 .data = (const struct snd_usb_audio_quirk[]) {
1567 {
1568 .ifnum = 0,
1569 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1570 },
1571 {
1572 .ifnum = 1,
1573 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1574 },
1575 {
1576 .ifnum = -1
1577 }
1578 }
1579 }
1580},
e1986920
CL
1581{
1582 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0104),
1583 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1584 /* .vendor_name = "Roland", */
1585 /* .product_name = "UM-1G", */
1586 .ifnum = 0,
1587 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1588 .data = & (const struct snd_usb_midi_endpoint_info) {
1589 .out_cables = 0x0001,
1590 .in_cables = 0x0001
1591 }
1592 }
1593},
cb6f4b55
KM
1594{
1595 /* Boss JS-8 Jam Station */
1596 USB_DEVICE(0x0582, 0x0109),
1597 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1598 /* .vendor_name = "BOSS", */
1599 /* .product_name = "JS-8", */
1600 .ifnum = QUIRK_ANY_INTERFACE,
1601 .type = QUIRK_COMPOSITE,
1602 .data = (const struct snd_usb_audio_quirk[]) {
1603 {
1604 .ifnum = 0,
1605 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1606 },
1607 {
1608 .ifnum = 1,
1609 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1610 },
1611 {
1612 .ifnum = 2,
1613 .type = QUIRK_MIDI_STANDARD_INTERFACE
1614 },
1615 {
1616 .ifnum = -1
1617 }
1618 }
1619 }
1620},
9d0c9193
CL
1621{
1622 /* has ID 0x0110 when not in Advanced Driver mode */
1623 USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f),
1624 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1625 /* .vendor_name = "Roland", */
1626 /* .product_name = "A-PRO", */
1627 .ifnum = 1,
1628 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1629 .data = & (const struct snd_usb_midi_endpoint_info) {
1630 .out_cables = 0x0003,
1631 .in_cables = 0x0007
1632 }
1633 }
1634},
7b28079b
CL
1635{
1636 USB_DEVICE(0x0582, 0x0113),
1637 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1638 /* .vendor_name = "BOSS", */
1639 /* .product_name = "ME-25", */
1640 .ifnum = QUIRK_ANY_INTERFACE,
1641 .type = QUIRK_COMPOSITE,
1642 .data = (const struct snd_usb_audio_quirk[]) {
1643 {
1644 .ifnum = 0,
1645 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1646 },
1647 {
1648 .ifnum = 1,
1649 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1650 },
1651 {
1652 .ifnum = 2,
1653 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1654 .data = & (const struct snd_usb_midi_endpoint_info) {
1655 .out_cables = 0x0001,
1656 .in_cables = 0x0001
1657 }
1658 },
1659 {
1660 .ifnum = -1
1661 }
1662 }
1663 }
1664},
0ef28324
DM
1665{
1666 USB_DEVICE(0x0582, 0x0127),
1667 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1668 /* .vendor_name = "Roland", */
1669 /* .product_name = "GR-55", */
1670 .ifnum = QUIRK_ANY_INTERFACE,
1671 .type = QUIRK_COMPOSITE,
1672 .data = (const struct snd_usb_audio_quirk[]) {
1673 {
1674 .ifnum = 0,
1675 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1676 },
1677 {
1678 .ifnum = 1,
1679 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1680 },
1681 {
1682 .ifnum = 2,
1683 .type = QUIRK_MIDI_STANDARD_INTERFACE
1684 },
1685 {
1686 .ifnum = -1
1687 }
1688 }
1689 }
1690},
6a6d822e
DT
1691{
1692 USB_DEVICE(0x0582, 0x011e),
1693 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1694 /* .vendor_name = "BOSS", */
1695 /* .product_name = "BR-800", */
1696 .ifnum = QUIRK_ANY_INTERFACE,
1697 .type = QUIRK_COMPOSITE,
1698 .data = (const struct snd_usb_audio_quirk[]) {
1699 {
1700 .ifnum = 0,
1701 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1702 },
1703 {
1704 .ifnum = 1,
1705 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1706 },
1707 {
1708 .ifnum = 2,
1709 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1710 .data = & (const struct snd_usb_midi_endpoint_info) {
1711 .out_cables = 0x0001,
1712 .in_cables = 0x0001
1713 }
1714 },
1715 {
1716 .ifnum = -1
1717 }
1718 }
1719 }
1720},
c9c9e4e4
KY
1721{
1722 USB_DEVICE(0x0582, 0x0130),
1723 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1724 /* .vendor_name = "BOSS", */
1725 /* .product_name = "MICRO BR-80", */
1726 .ifnum = QUIRK_ANY_INTERFACE,
1727 .type = QUIRK_COMPOSITE,
1728 .data = (const struct snd_usb_audio_quirk[]) {
1729 {
1730 .ifnum = 0,
1731 .type = QUIRK_IGNORE_INTERFACE
1732 },
1733 {
1734 .ifnum = 1,
1735 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1736 },
1737 {
1738 .ifnum = 2,
1739 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1740 },
1741 {
1742 .ifnum = 3,
1743 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1744 .data = & (const struct snd_usb_midi_endpoint_info) {
1745 .out_cables = 0x0001,
1746 .in_cables = 0x0001
1747 }
1748 },
1749 {
1750 .ifnum = -1
1751 }
1752 }
1753 }
1754},
62b12631 1755
a25f175c
CL
1756/* Guillemot devices */
1757{
1758 /*
1759 * This is for the "Windows Edition" where the external MIDI ports are
1760 * the only MIDI ports; the control data is reported through HID
1761 * interfaces. The "Macintosh Edition" has ID 0xd002 and uses standard
1762 * compliant USB MIDI ports for external MIDI and controls.
1763 */
1764 USB_DEVICE_VENDOR_SPEC(0x06f8, 0xb000),
86e07d34 1765 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
a25f175c
CL
1766 .vendor_name = "Hercules",
1767 .product_name = "DJ Console (WE)",
1768 .ifnum = 4,
1769 .type = QUIRK_MIDI_FIXED_ENDPOINT,
86e07d34 1770 .data = & (const struct snd_usb_midi_endpoint_info) {
a25f175c
CL
1771 .out_cables = 0x0001,
1772 .in_cables = 0x0001
1773 }
1774 }
1775},
1776
1da177e4
LT
1777/* Midiman/M-Audio devices */
1778{
1779 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1002),
86e07d34 1780 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1781 .vendor_name = "M-Audio",
1782 .product_name = "MidiSport 2x2",
1783 .ifnum = QUIRK_ANY_INTERFACE,
1784 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1785 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1786 .out_cables = 0x0003,
1787 .in_cables = 0x0003
1788 }
1789 }
1790},
1791{
1792 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1011),
86e07d34 1793 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1794 .vendor_name = "M-Audio",
1795 .product_name = "MidiSport 1x1",
1796 .ifnum = QUIRK_ANY_INTERFACE,
1797 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1798 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1799 .out_cables = 0x0001,
1800 .in_cables = 0x0001
1801 }
1802 }
1803},
1804{
1805 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1015),
86e07d34 1806 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1807 .vendor_name = "M-Audio",
1808 .product_name = "Keystation",
1809 .ifnum = QUIRK_ANY_INTERFACE,
1810 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1811 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1812 .out_cables = 0x0001,
1813 .in_cables = 0x0001
1814 }
1815 }
1816},
1817{
1818 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1021),
86e07d34 1819 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1820 .vendor_name = "M-Audio",
1821 .product_name = "MidiSport 4x4",
1822 .ifnum = QUIRK_ANY_INTERFACE,
1823 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1824 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1825 .out_cables = 0x000f,
1826 .in_cables = 0x000f
1827 }
1828 }
1829},
1830{
1831 /*
1832 * For hardware revision 1.05; in the later revisions (1.10 and
1833 * 1.21), 0x1031 is the ID for the device without firmware.
1834 * Thanks to Olaf Giesbrecht <Olaf_Giesbrecht@yahoo.de>
1835 */
1836 USB_DEVICE_VER(0x0763, 0x1031, 0x0100, 0x0109),
86e07d34 1837 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1838 .vendor_name = "M-Audio",
1839 .product_name = "MidiSport 8x8",
1840 .ifnum = QUIRK_ANY_INTERFACE,
1841 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1842 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1843 .out_cables = 0x01ff,
1844 .in_cables = 0x01ff
1845 }
1846 }
1847},
1848{
1849 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1033),
86e07d34 1850 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1851 .vendor_name = "M-Audio",
1852 .product_name = "MidiSport 8x8",
1853 .ifnum = QUIRK_ANY_INTERFACE,
1854 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1855 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1856 .out_cables = 0x01ff,
1857 .in_cables = 0x01ff
1858 }
1859 }
1860},
1861{
1862 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1041),
86e07d34 1863 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1864 .vendor_name = "M-Audio",
1865 .product_name = "MidiSport 2x4",
1866 .ifnum = QUIRK_ANY_INTERFACE,
1867 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1868 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1869 .out_cables = 0x000f,
1870 .in_cables = 0x0003
1871 }
1872 }
1873},
1874{
1875 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2001),
86e07d34 1876 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1877 .vendor_name = "M-Audio",
1878 .product_name = "Quattro",
1879 .ifnum = QUIRK_ANY_INTERFACE,
1880 .type = QUIRK_COMPOSITE,
86e07d34 1881 .data = & (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
1882 /*
1883 * Interfaces 0-2 are "Windows-compatible", 16-bit only,
1884 * and share endpoints with the other interfaces.
1885 * Ignore them. The other interfaces can do 24 bits,
1886 * but captured samples are big-endian (see usbaudio.c).
1887 */
1888 {
1889 .ifnum = 0,
1890 .type = QUIRK_IGNORE_INTERFACE
1891 },
1892 {
1893 .ifnum = 1,
1894 .type = QUIRK_IGNORE_INTERFACE
1895 },
1896 {
1897 .ifnum = 2,
1898 .type = QUIRK_IGNORE_INTERFACE
1899 },
1900 {
1901 .ifnum = 3,
1902 .type = QUIRK_IGNORE_INTERFACE
1903 },
1904 {
1905 .ifnum = 4,
1906 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1907 },
1908 {
1909 .ifnum = 5,
1910 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1911 },
1912 {
1913 .ifnum = 6,
1914 .type = QUIRK_IGNORE_INTERFACE
1915 },
1916 {
1917 .ifnum = 7,
1918 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1919 },
1920 {
1921 .ifnum = 8,
1922 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1923 },
1924 {
1925 .ifnum = 9,
1926 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1927 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1928 .out_cables = 0x0001,
1929 .in_cables = 0x0001
1930 }
1931 },
1932 {
1933 .ifnum = -1
1934 }
1935 }
1936 }
1937},
1938{
1939 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2003),
86e07d34 1940 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1941 .vendor_name = "M-Audio",
1942 .product_name = "AudioPhile",
1943 .ifnum = 6,
1944 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1945 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1946 .out_cables = 0x0001,
1947 .in_cables = 0x0001
1948 }
1949 }
1950},
1951{
1952 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2008),
86e07d34 1953 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1954 .vendor_name = "M-Audio",
1955 .product_name = "Ozone",
1956 .ifnum = 3,
1957 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 1958 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
1959 .out_cables = 0x0001,
1960 .in_cables = 0x0001
1961 }
1962 }
1963},
1964{
1965 USB_DEVICE_VENDOR_SPEC(0x0763, 0x200d),
86e07d34 1966 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
1967 .vendor_name = "M-Audio",
1968 .product_name = "OmniStudio",
1969 .ifnum = QUIRK_ANY_INTERFACE,
1970 .type = QUIRK_COMPOSITE,
86e07d34 1971 .data = & (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
1972 {
1973 .ifnum = 0,
1974 .type = QUIRK_IGNORE_INTERFACE
1975 },
1976 {
1977 .ifnum = 1,
1978 .type = QUIRK_IGNORE_INTERFACE
1979 },
1980 {
1981 .ifnum = 2,
1982 .type = QUIRK_IGNORE_INTERFACE
1983 },
1984 {
1985 .ifnum = 3,
1986 .type = QUIRK_IGNORE_INTERFACE
1987 },
1988 {
1989 .ifnum = 4,
1990 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1991 },
1992 {
1993 .ifnum = 5,
1994 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1995 },
1996 {
1997 .ifnum = 6,
1998 .type = QUIRK_IGNORE_INTERFACE
1999 },
2000 {
2001 .ifnum = 7,
2002 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2003 },
2004 {
2005 .ifnum = 8,
2006 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2007 },
2008 {
2009 .ifnum = 9,
2010 .type = QUIRK_MIDI_MIDIMAN,
86e07d34 2011 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
2012 .out_cables = 0x0001,
2013 .in_cables = 0x0001
2014 }
2015 },
2016 {
2017 .ifnum = -1
2018 }
2019 }
2020 }
2021},
2ea547dc
CL
2022{
2023 USB_DEVICE(0x0763, 0x2019),
2024 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2025 /* .vendor_name = "M-Audio", */
2026 /* .product_name = "Ozone Academic", */
2027 .ifnum = QUIRK_ANY_INTERFACE,
2028 .type = QUIRK_COMPOSITE,
2029 .data = & (const struct snd_usb_audio_quirk[]) {
2030 {
2031 .ifnum = 0,
2032 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2033 },
2034 {
2035 .ifnum = 1,
2036 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2037 },
2038 {
2039 .ifnum = 2,
2040 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2041 },
2042 {
2043 .ifnum = 3,
2044 .type = QUIRK_MIDI_MIDIMAN,
2045 .data = & (const struct snd_usb_midi_endpoint_info) {
2046 .out_cables = 0x0001,
2047 .in_cables = 0x0001
2048 }
2049 },
2050 {
2051 .ifnum = -1
2052 }
2053 }
2054 }
2055},
fca5bca4 2056{
c91d9cda 2057 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2080),
fca5bca4
FH
2058 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2059 /* .vendor_name = "M-Audio", */
65f04443 2060 /* .product_name = "Fast Track Ultra", */
fca5bca4
FH
2061 .ifnum = QUIRK_ANY_INTERFACE,
2062 .type = QUIRK_COMPOSITE,
2063 .data = & (const struct snd_usb_audio_quirk[]) {
2064 {
2065 .ifnum = 0,
d5a0bf6c 2066 .type = QUIRK_AUDIO_STANDARD_MIXER,
fca5bca4
FH
2067 },
2068 {
2069 .ifnum = 1,
65f04443
CL
2070 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2071 .data = & (const struct audioformat) {
2072 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2073 .channels = 8,
2074 .iface = 1,
2075 .altsetting = 1,
2076 .altset_idx = 1,
2077 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2078 .endpoint = 0x01,
2079 .ep_attr = 0x09,
2080 .rates = SNDRV_PCM_RATE_44100 |
2081 SNDRV_PCM_RATE_48000 |
2082 SNDRV_PCM_RATE_88200 |
2083 SNDRV_PCM_RATE_96000,
2084 .rate_min = 44100,
2085 .rate_max = 96000,
2086 .nr_rates = 4,
2087 .rate_table = (unsigned int[]) {
2088 44100, 48000, 88200, 96000
2089 }
2090 }
fca5bca4
FH
2091 },
2092 {
2093 .ifnum = 2,
65f04443
CL
2094 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2095 .data = & (const struct audioformat) {
2096 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2097 .channels = 8,
2098 .iface = 2,
2099 .altsetting = 1,
2100 .altset_idx = 1,
2101 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2102 .endpoint = 0x81,
2103 .ep_attr = 0x05,
2104 .rates = SNDRV_PCM_RATE_44100 |
2105 SNDRV_PCM_RATE_48000 |
2106 SNDRV_PCM_RATE_88200 |
2107 SNDRV_PCM_RATE_96000,
2108 .rate_min = 44100,
2109 .rate_max = 96000,
2110 .nr_rates = 4,
2111 .rate_table = (unsigned int[]) {
2112 44100, 48000, 88200, 96000
2113 }
2114 }
fca5bca4
FH
2115 },
2116 /* interface 3 (MIDI) is standard compliant */
2117 {
2118 .ifnum = -1
2119 }
2120 }
2121 }
2122},
2123{
c91d9cda 2124 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2081),
fca5bca4
FH
2125 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2126 /* .vendor_name = "M-Audio", */
2127 /* .product_name = "Fast Track Ultra 8R", */
2128 .ifnum = QUIRK_ANY_INTERFACE,
2129 .type = QUIRK_COMPOSITE,
2130 .data = & (const struct snd_usb_audio_quirk[]) {
2131 {
2132 .ifnum = 0,
d5a0bf6c 2133 .type = QUIRK_AUDIO_STANDARD_MIXER,
fca5bca4
FH
2134 },
2135 {
2136 .ifnum = 1,
65f04443
CL
2137 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2138 .data = & (const struct audioformat) {
2139 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2140 .channels = 8,
2141 .iface = 1,
2142 .altsetting = 1,
2143 .altset_idx = 1,
2144 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2145 .endpoint = 0x01,
2146 .ep_attr = 0x09,
2147 .rates = SNDRV_PCM_RATE_44100 |
2148 SNDRV_PCM_RATE_48000 |
2149 SNDRV_PCM_RATE_88200 |
2150 SNDRV_PCM_RATE_96000,
2151 .rate_min = 44100,
2152 .rate_max = 96000,
2153 .nr_rates = 4,
2154 .rate_table = (unsigned int[]) {
2155 44100, 48000, 88200, 96000
2156 }
2157 }
fca5bca4
FH
2158 },
2159 {
2160 .ifnum = 2,
65f04443
CL
2161 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2162 .data = & (const struct audioformat) {
2163 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2164 .channels = 8,
2165 .iface = 2,
2166 .altsetting = 1,
2167 .altset_idx = 1,
2168 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2169 .endpoint = 0x81,
2170 .ep_attr = 0x05,
2171 .rates = SNDRV_PCM_RATE_44100 |
2172 SNDRV_PCM_RATE_48000 |
2173 SNDRV_PCM_RATE_88200 |
2174 SNDRV_PCM_RATE_96000,
2175 .rate_min = 44100,
2176 .rate_max = 96000,
2177 .nr_rates = 4,
2178 .rate_table = (unsigned int[]) {
2179 44100, 48000, 88200, 96000
2180 }
2181 }
fca5bca4
FH
2182 },
2183 /* interface 3 (MIDI) is standard compliant */
2184 {
2185 .ifnum = -1
2186 }
2187 }
2188 }
2189},
1da177e4 2190
0243ef71 2191/* Casio devices */
9808dc96
CL
2192{
2193 USB_DEVICE(0x07cf, 0x6801),
2194 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2195 .vendor_name = "Casio",
2196 .product_name = "PL-40R",
2197 .ifnum = 0,
2198 .type = QUIRK_MIDI_YAMAHA
2199 }
2200},
0243ef71 2201{
318d27f8 2202 /* this ID is used by several devices without a product ID */
0243ef71
CL
2203 USB_DEVICE(0x07cf, 0x6802),
2204 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2205 .vendor_name = "Casio",
318d27f8 2206 .product_name = "Keyboard",
0243ef71
CL
2207 .ifnum = 0,
2208 .type = QUIRK_MIDI_YAMAHA
2209 }
2210},
2211
1da177e4
LT
2212/* Mark of the Unicorn devices */
2213{
2214 /* thanks to Robert A. Lerche <ral 'at' msbit.com> */
bbd4615c
CL
2215 .match_flags = USB_DEVICE_ID_MATCH_VENDOR |
2216 USB_DEVICE_ID_MATCH_PRODUCT |
2217 USB_DEVICE_ID_MATCH_DEV_SUBCLASS,
2218 .idVendor = 0x07fd,
2219 .idProduct = 0x0001,
2220 .bDeviceSubClass = 2,
86e07d34 2221 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2222 .vendor_name = "MOTU",
2223 .product_name = "Fastlane",
2224 .ifnum = QUIRK_ANY_INTERFACE,
2225 .type = QUIRK_COMPOSITE,
86e07d34 2226 .data = & (const struct snd_usb_audio_quirk[]) {
1da177e4
LT
2227 {
2228 .ifnum = 0,
c7f57216 2229 .type = QUIRK_MIDI_RAW_BYTES
1da177e4
LT
2230 },
2231 {
2232 .ifnum = 1,
2233 .type = QUIRK_IGNORE_INTERFACE
2234 },
2235 {
2236 .ifnum = -1
2237 }
2238 }
2239 }
2240},
2241
1da177e4
LT
2242/* Emagic devices */
2243{
2244 USB_DEVICE(0x086a, 0x0001),
86e07d34 2245 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2246 .vendor_name = "Emagic",
2247 /* .product_name = "Unitor8", */
2248 .ifnum = 2,
2249 .type = QUIRK_MIDI_EMAGIC,
86e07d34 2250 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
2251 .out_cables = 0x80ff,
2252 .in_cables = 0x80ff
2253 }
2254 }
2255},
2256{
2257 USB_DEVICE(0x086a, 0x0002),
86e07d34 2258 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2259 .vendor_name = "Emagic",
2260 /* .product_name = "AMT8", */
2261 .ifnum = 2,
2262 .type = QUIRK_MIDI_EMAGIC,
86e07d34 2263 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
2264 .out_cables = 0x80ff,
2265 .in_cables = 0x80ff
2266 }
2267 }
2268},
2269{
2270 USB_DEVICE(0x086a, 0x0003),
86e07d34 2271 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2272 .vendor_name = "Emagic",
2273 /* .product_name = "MT4", */
2274 .ifnum = 2,
2275 .type = QUIRK_MIDI_EMAGIC,
86e07d34 2276 .data = & (const struct snd_usb_midi_endpoint_info) {
1da177e4
LT
2277 .out_cables = 0x800f,
2278 .in_cables = 0x8003
2279 }
2280 }
2281},
2282
56a9eb1f
DM
2283/* KORG devices */
2284{
2285 USB_DEVICE_VENDOR_SPEC(0x0944, 0x0200),
2286 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2287 .vendor_name = "KORG, Inc.",
2288 /* .product_name = "PANDORA PX5D", */
2289 .ifnum = 3,
2290 .type = QUIRK_MIDI_STANDARD_INTERFACE,
2291 }
2292},
2293
4434ade8
KF
2294/* AKAI devices */
2295{
2296 USB_DEVICE(0x09e8, 0x0062),
2297 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2298 .vendor_name = "AKAI",
2299 .product_name = "MPD16",
2300 .ifnum = 0,
2301 .type = QUIRK_MIDI_AKAI,
2302 }
2303},
2304
31ab9523
CL
2305/* TerraTec devices */
2306{
2307 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0012),
86e07d34 2308 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
31ab9523
CL
2309 .vendor_name = "TerraTec",
2310 .product_name = "PHASE 26",
2311 .ifnum = 3,
2312 .type = QUIRK_MIDI_STANDARD_INTERFACE
2313 }
2314},
1da177e4
LT
2315{
2316 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0013),
86e07d34 2317 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
bc56eff1
CL
2318 .vendor_name = "TerraTec",
2319 .product_name = "PHASE 26",
2320 .ifnum = 3,
2321 .type = QUIRK_MIDI_STANDARD_INTERFACE
2322 }
2323},
2324{
2325 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0014),
2326 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
31ab9523 2327 .vendor_name = "TerraTec",
1da177e4
LT
2328 .product_name = "PHASE 26",
2329 .ifnum = 3,
2330 .type = QUIRK_MIDI_STANDARD_INTERFACE
2331 }
2332},
93bfd012 2333{
ca85b6ba 2334 USB_DEVICE(0x0ccd, 0x0028),
93bfd012
AB
2335 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2336 .vendor_name = "TerraTec",
d9e89bf0 2337 .product_name = "Aureon5.1MkII",
93bfd012
AB
2338 .ifnum = QUIRK_NO_INTERFACE
2339 }
2340},
b2b8229d
CL
2341{
2342 USB_DEVICE(0x0ccd, 0x0035),
2343 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2344 .vendor_name = "Miditech",
2345 .product_name = "Play'n Roll",
2346 .ifnum = 0,
2347 .type = QUIRK_MIDI_CME
2348 }
2349},
1da177e4 2350
0f28ecd3
MH
2351/* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
2352{
2353 USB_DEVICE(0x103d, 0x0100),
2354 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2355 .vendor_name = "Stanton",
2356 .product_name = "ScratchAmp",
2357 .ifnum = QUIRK_NO_INTERFACE
2358 }
2359},
2360{
2361 USB_DEVICE(0x103d, 0x0101),
2362 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2363 .vendor_name = "Stanton",
2364 .product_name = "ScratchAmp",
2365 .ifnum = QUIRK_NO_INTERFACE
2366 }
2367},
2368
1da177e4
LT
2369/* Novation EMS devices */
2370{
2371 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),
86e07d34 2372 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2373 .vendor_name = "Novation",
2374 .product_name = "ReMOTE Audio/XStation",
2375 .ifnum = 4,
2376 .type = QUIRK_MIDI_NOVATION
2377 }
2378},
2379{
2380 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0002),
86e07d34 2381 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2382 .vendor_name = "Novation",
2383 .product_name = "Speedio",
2384 .ifnum = 3,
2385 .type = QUIRK_MIDI_NOVATION
2386 }
2387},
c7f57216
CL
2388{
2389 USB_DEVICE(0x1235, 0x000e),
2390 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2391 /* .vendor_name = "Novation", */
2392 /* .product_name = "Launchpad", */
2393 .ifnum = 0,
2394 .type = QUIRK_MIDI_RAW_BYTES
2395 }
2396},
1da177e4
LT
2397{
2398 USB_DEVICE_VENDOR_SPEC(0x1235, 0x4661),
86e07d34 2399 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2400 .vendor_name = "Novation",
2401 .product_name = "ReMOTE25",
2402 .ifnum = 0,
2403 .type = QUIRK_MIDI_NOVATION
2404 }
2405},
2406
d39e82db
SA
2407/* Access Music devices */
2408{
2409 /* VirusTI Desktop */
2410 USB_DEVICE_VENDOR_SPEC(0x133e, 0x0815),
2411 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2412 .ifnum = QUIRK_ANY_INTERFACE,
2413 .type = QUIRK_COMPOSITE,
2414 .data = &(const struct snd_usb_audio_quirk[]) {
2415 {
2416 .ifnum = 3,
2417 .type = QUIRK_MIDI_FIXED_ENDPOINT,
2418 .data = &(const struct snd_usb_midi_endpoint_info) {
2419 .out_cables = 0x0003,
2420 .in_cables = 0x0003
2421 }
2422 },
2423 {
2424 .ifnum = 4,
2425 .type = QUIRK_IGNORE_INTERFACE
2426 },
2427 {
2428 .ifnum = -1
2429 }
2430 }
2431 }
2432},
2433
3a7788b7 2434/* */
15944806 2435{
3a7788b7 2436 /* aka. Serato Scratch Live DJ Box */
15944806 2437 USB_DEVICE(0x13e5, 0x0001),
3a7788b7
MH
2438 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2439 .vendor_name = "Rane",
2440 .product_name = "SL-1",
2441 .ifnum = QUIRK_NO_INTERFACE
15944806
CL
2442 }
2443},
2444
54a8c500 2445/* Native Instruments MK2 series */
9cdc3529 2446{
759e890f 2447 /* Komplete Audio 6 */
9cdc3529
DM
2448 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2449 .idVendor = 0x17cc,
2450 .idProduct = 0x1000,
2451},
54a8c500
DM
2452{
2453 /* Traktor Audio 6 */
2454 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2455 .idVendor = 0x17cc,
2456 .idProduct = 0x1010,
2457},
2458{
2459 /* Traktor Audio 10 */
2460 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2461 .idVendor = 0x17cc,
2462 .idProduct = 0x1020,
2463},
2464
02651d1a
MP
2465/* KeithMcMillen Stringport */
2466{
2467 USB_DEVICE(0x1f38, 0x0001),
2468 .bInterfaceClass = USB_CLASS_AUDIO,
2469},
2470
cc7a59bd 2471/* Miditech devices */
f38275fe
CL
2472{
2473 USB_DEVICE(0x4752, 0x0011),
86e07d34 2474 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
f38275fe
CL
2475 .vendor_name = "Miditech",
2476 .product_name = "Midistart-2",
2477 .ifnum = 0,
cc7a59bd 2478 .type = QUIRK_MIDI_CME
f38275fe
CL
2479 }
2480},
cc7a59bd
CL
2481
2482/* Central Music devices */
f38275fe 2483{
cc7a59bd 2484 /* this ID used by both Miditech MidiStudio-2 and CME UF-x */
f38275fe 2485 USB_DEVICE(0x7104, 0x2202),
86e07d34 2486 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
f38275fe 2487 .ifnum = 0,
cc7a59bd 2488 .type = QUIRK_MIDI_CME
f38275fe
CL
2489 }
2490},
2491
52a7a583
JG
2492/* Hauppauge HVR-950Q and HVR-850 */
2493{
2494 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7200),
2495 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2496 USB_DEVICE_ID_MATCH_INT_CLASS |
2497 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2498 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2499 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2500 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2501 .vendor_name = "Hauppauge",
2502 .product_name = "HVR-950Q",
2503 .ifnum = QUIRK_ANY_INTERFACE,
2504 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2505 }
2506},
2507{
dd2f8c2f
JG
2508 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7240),
2509 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2510 USB_DEVICE_ID_MATCH_INT_CLASS |
2511 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2512 .bInterfaceClass = USB_CLASS_AUDIO,
2513 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2514 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2515 .vendor_name = "Hauppauge",
2516 .product_name = "HVR-850",
2517 .ifnum = QUIRK_ANY_INTERFACE,
2518 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2519 }
2520},
2521{
2522 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7210),
52a7a583
JG
2523 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2524 USB_DEVICE_ID_MATCH_INT_CLASS |
2525 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2526 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2527 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2528 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2529 .vendor_name = "Hauppauge",
2530 .product_name = "HVR-950Q",
2531 .ifnum = QUIRK_ANY_INTERFACE,
2532 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2533 }
2534},
2535{
dd2f8c2f 2536 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7217),
52a7a583
JG
2537 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2538 USB_DEVICE_ID_MATCH_INT_CLASS |
2539 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2540 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2541 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2542 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2543 .vendor_name = "Hauppauge",
2544 .product_name = "HVR-950Q",
2545 .ifnum = QUIRK_ANY_INTERFACE,
2546 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2547 }
2548},
2549{
dd2f8c2f 2550 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721b),
52a7a583
JG
2551 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2552 USB_DEVICE_ID_MATCH_INT_CLASS |
2553 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2554 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2555 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2556 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2557 .vendor_name = "Hauppauge",
2558 .product_name = "HVR-950Q",
2559 .ifnum = QUIRK_ANY_INTERFACE,
2560 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2561 }
2562},
2563{
dd2f8c2f 2564 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721e),
52a7a583
JG
2565 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2566 USB_DEVICE_ID_MATCH_INT_CLASS |
2567 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2568 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2569 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2570 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2571 .vendor_name = "Hauppauge",
2572 .product_name = "HVR-950Q",
2573 .ifnum = QUIRK_ANY_INTERFACE,
2574 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2575 }
2576},
2577{
dd2f8c2f 2578 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721f),
52a7a583
JG
2579 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2580 USB_DEVICE_ID_MATCH_INT_CLASS |
2581 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2582 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2583 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2584 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2585 .vendor_name = "Hauppauge",
2586 .product_name = "HVR-950Q",
2587 .ifnum = QUIRK_ANY_INTERFACE,
2588 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2589 }
2590},
2591{
dd2f8c2f 2592 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7280),
52a7a583
JG
2593 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2594 USB_DEVICE_ID_MATCH_INT_CLASS |
2595 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2596 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2597 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2598 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2599 .vendor_name = "Hauppauge",
2600 .product_name = "HVR-950Q",
2601 .ifnum = QUIRK_ANY_INTERFACE,
2602 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2603 }
2604},
2605{
dd2f8c2f 2606 USB_DEVICE_VENDOR_SPEC(0x0fd9, 0x0008),
52a7a583
JG
2607 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2608 USB_DEVICE_ID_MATCH_INT_CLASS |
2609 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2610 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2611 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
52a7a583
JG
2612 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2613 .vendor_name = "Hauppauge",
dd2f8c2f 2614 .product_name = "HVR-950Q",
52a7a583
JG
2615 .ifnum = QUIRK_ANY_INTERFACE,
2616 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2617 }
2618},
2619
40717382
CA
2620/* Digidesign Mbox */
2621{
2622 /* Thanks to Clemens Ladisch <clemens@ladisch.de> */
2623 USB_DEVICE(0x0dba, 0x1000),
2624 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2625 .vendor_name = "Digidesign",
2626 .product_name = "MBox",
2627 .ifnum = QUIRK_ANY_INTERFACE,
2628 .type = QUIRK_COMPOSITE,
2629 .data = (const struct snd_usb_audio_quirk[]){
2630 {
2631 .ifnum = 0,
2632 .type = QUIRK_IGNORE_INTERFACE,
2633 },
2634 {
2635 .ifnum = 1,
2636 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2637 .data = &(const struct audioformat) {
29088fef 2638 .formats = SNDRV_PCM_FMTBIT_S24_3BE,
40717382
CA
2639 .channels = 2,
2640 .iface = 1,
2641 .altsetting = 1,
2642 .altset_idx = 1,
de48c7bc 2643 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
40717382
CA
2644 .endpoint = 0x02,
2645 .ep_attr = 0x01,
2646 .maxpacksize = 0x130,
2647 .rates = SNDRV_PCM_RATE_44100 |
2648 SNDRV_PCM_RATE_48000,
2649 .rate_min = 44100,
2650 .rate_max = 48000,
2651 .nr_rates = 2,
2652 .rate_table = (unsigned int[]) {
2653 44100, 48000
2654 }
2655 }
2656 },
2657 {
2658 .ifnum = -1
2659 }
2660 }
2661
2662 }
2663},
2664
1da177e4
LT
2665{
2666 /*
2667 * Some USB MIDI devices don't have an audio control interface,
2668 * so we have to grab MIDI streaming interfaces here.
2669 */
2670 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS |
2671 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2672 .bInterfaceClass = USB_CLASS_AUDIO,
de48c7bc 2673 .bInterfaceSubClass = USB_SUBCLASS_MIDISTREAMING,
86e07d34 2674 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1da177e4
LT
2675 .ifnum = QUIRK_ANY_INTERFACE,
2676 .type = QUIRK_MIDI_STANDARD_INTERFACE
2677 }
2678},
2679
2680#undef USB_DEVICE_VENDOR_SPEC
This page took 0.569303 seconds and 5 git commands to generate.