blob: f5f0595ef9c7a36bfef2d5c48c425a61e9dd796d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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
Kristian Amlie1ef0e0a2011-08-26 13:19:49 +020042/* 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
Alexander Schremmer8f7f3ab12013-01-03 12:59:07 +010053{
54 /* Creative BT-D1 */
55 USB_DEVICE(0x041e, 0x0005),
56 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
57 .ifnum = 1,
58 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
59 .data = &(const struct audioformat) {
60 .formats = SNDRV_PCM_FMTBIT_S16_LE,
61 .channels = 2,
62 .iface = 1,
63 .altsetting = 1,
64 .altset_idx = 1,
65 .endpoint = 0x03,
66 .ep_attr = USB_ENDPOINT_XFER_ISOC,
67 .attributes = 0,
68 .rates = SNDRV_PCM_RATE_CONTINUOUS,
69 .rate_min = 48000,
70 .rate_max = 48000,
71 }
72 }
73},
74
Andrea Borgiadc61b66f2009-01-12 23:17:47 +010075/* Creative/Toshiba Multimedia Center SB-0500 */
76{
77 USB_DEVICE(0x041e, 0x3048),
78 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
79 .vendor_name = "Toshiba",
80 .product_name = "SB-0500",
81 .ifnum = QUIRK_NO_INTERFACE
82 }
83},
84
Clemens Ladisch25a47b62008-02-25 11:04:19 +010085/* Creative/E-Mu devices */
86{
87 USB_DEVICE(0x041e, 0x3010),
88 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
89 .vendor_name = "Creative Labs",
90 .product_name = "Sound Blaster MP3+",
91 .ifnum = QUIRK_NO_INTERFACE
92 }
93},
94{
95 /* E-Mu 0202 USB */
96 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
97 .idVendor = 0x041e,
98 .idProduct = 0x3f02,
99 .bInterfaceClass = USB_CLASS_AUDIO,
100},
101{
102 /* E-Mu 0404 USB */
103 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
104 .idVendor = 0x041e,
105 .idProduct = 0x3f04,
106 .bInterfaceClass = USB_CLASS_AUDIO,
107},
Eran Tromer97c889a2008-09-26 01:07:03 -0400108{
109 /* E-Mu Tracker Pre */
110 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
111 .idVendor = 0x041e,
112 .idProduct = 0x3f0a,
113 .bInterfaceClass = USB_CLASS_AUDIO,
114},
Joseph Teichman1cdfa9f2011-02-08 01:22:36 -0500115{
116 /* E-Mu 0204 USB */
117 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
118 .idVendor = 0x041e,
119 .idProduct = 0x3f19,
120 .bInterfaceClass = USB_CLASS_AUDIO,
121},
Clemens Ladisch25a47b62008-02-25 11:04:19 +0100122
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123/*
Eldad Zackdf68f102012-12-15 05:30:33 +0100124 * HP Wireless Audio
125 * When not ignored, causes instability issues for some users, forcing them to
126 * blacklist the entire module.
127 */
128{
129 USB_DEVICE(0x0424, 0xb832),
130 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
131 .vendor_name = "Standard Microsystems Corp.",
132 .product_name = "HP Wireless Audio",
133 .ifnum = QUIRK_ANY_INTERFACE,
134 .type = QUIRK_COMPOSITE,
135 .data = (const struct snd_usb_audio_quirk[]) {
136 /* Mixer */
137 {
138 .ifnum = 0,
139 .type = QUIRK_IGNORE_INTERFACE,
140 },
141 /* Playback */
142 {
143 .ifnum = 1,
144 .type = QUIRK_IGNORE_INTERFACE,
145 },
146 /* Capture */
147 {
148 .ifnum = 2,
149 .type = QUIRK_IGNORE_INTERFACE,
150 },
151 /* HID Device, .ifnum = 3 */
152 {
153 .ifnum = -1,
154 }
155 }
156 }
157},
158
159/*
Daniel Drakea9121452007-05-07 09:27:05 +0200160 * Logitech QuickCam: bDeviceClass is vendor-specific, so generic interface
161 * class matches do not take effect without an explicit ID match.
162 */
163{
164 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
165 USB_DEVICE_ID_MATCH_INT_CLASS |
166 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
167 .idVendor = 0x046d,
Daniel Draked4170452007-05-10 08:52:19 +0200168 .idProduct = 0x0850,
169 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100170 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
Daniel Draked4170452007-05-10 08:52:19 +0200171},
172{
173 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
174 USB_DEVICE_ID_MATCH_INT_CLASS |
175 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
176 .idVendor = 0x046d,
George Shapovalovc34532d2007-07-09 10:42:35 +0200177 .idProduct = 0x08ae,
178 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100179 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
George Shapovalovc34532d2007-07-09 10:42:35 +0200180},
181{
182 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
183 USB_DEVICE_ID_MATCH_INT_CLASS |
184 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
185 .idVendor = 0x046d,
Ritesh Raj Sarrafcfc24ec2007-07-10 13:03:57 +0200186 .idProduct = 0x08c6,
187 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100188 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
Ritesh Raj Sarrafcfc24ec2007-07-10 13:03:57 +0200189},
190{
191 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
192 USB_DEVICE_ID_MATCH_INT_CLASS |
193 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
194 .idVendor = 0x046d,
Daniel Drakea9121452007-05-07 09:27:05 +0200195 .idProduct = 0x08f0,
196 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100197 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
Daniel Drakea9121452007-05-07 09:27:05 +0200198},
199{
200 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
201 USB_DEVICE_ID_MATCH_INT_CLASS |
202 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
203 .idVendor = 0x046d,
Dawid Wrobel31127f22007-10-22 11:57:17 +0200204 .idProduct = 0x08f5,
205 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100206 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
Dawid Wrobel31127f22007-10-22 11:57:17 +0200207},
208{
209 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
210 USB_DEVICE_ID_MATCH_INT_CLASS |
211 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
212 .idVendor = 0x046d,
Daniel Drakea9121452007-05-07 09:27:05 +0200213 .idProduct = 0x08f6,
214 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100215 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
Daniel Drakea9121452007-05-07 09:27:05 +0200216},
Signed-off-by: Peter Stokes5c6c9e62009-01-14 09:47:57 +0100217{
Takashi Iwai8eafc0a2013-06-04 16:02:54 +0200218 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
219 USB_DEVICE_ID_MATCH_INT_CLASS |
220 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
221 .idVendor = 0x046d,
222 .idProduct = 0x0990,
223 .bInterfaceClass = USB_CLASS_AUDIO,
224 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
Signed-off-by: Peter Stokes5c6c9e62009-01-14 09:47:57 +0100225 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
226 .vendor_name = "Logitech, Inc.",
227 .product_name = "QuickCam Pro 9000",
228 .ifnum = QUIRK_NO_INTERFACE
229 }
230},
Clemens Ladisch25a47b62008-02-25 11:04:19 +0100231
James Courtier-Dutton1e741902007-10-08 18:49:43 +0100232/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 * Yamaha devices
234 */
235
236#define YAMAHA_DEVICE(id, name) { \
237 USB_DEVICE(0x0499, id), \
Takashi Iwai86e07d32005-11-17 15:08:02 +0100238 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 .vendor_name = "Yamaha", \
240 .product_name = name, \
241 .ifnum = QUIRK_ANY_INTERFACE, \
242 .type = QUIRK_MIDI_YAMAHA \
243 } \
244}
245#define YAMAHA_INTERFACE(id, intf, name) { \
246 USB_DEVICE_VENDOR_SPEC(0x0499, id), \
Takashi Iwai86e07d32005-11-17 15:08:02 +0100247 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 .vendor_name = "Yamaha", \
249 .product_name = name, \
250 .ifnum = intf, \
251 .type = QUIRK_MIDI_YAMAHA \
252 } \
253}
254YAMAHA_DEVICE(0x1000, "UX256"),
255YAMAHA_DEVICE(0x1001, "MU1000"),
256YAMAHA_DEVICE(0x1002, "MU2000"),
257YAMAHA_DEVICE(0x1003, "MU500"),
258YAMAHA_INTERFACE(0x1004, 3, "UW500"),
259YAMAHA_DEVICE(0x1005, "MOTIF6"),
260YAMAHA_DEVICE(0x1006, "MOTIF7"),
261YAMAHA_DEVICE(0x1007, "MOTIF8"),
262YAMAHA_DEVICE(0x1008, "UX96"),
263YAMAHA_DEVICE(0x1009, "UX16"),
264YAMAHA_INTERFACE(0x100a, 3, "EOS BX"),
265YAMAHA_DEVICE(0x100c, "UC-MX"),
266YAMAHA_DEVICE(0x100d, "UC-KX"),
267YAMAHA_DEVICE(0x100e, "S08"),
268YAMAHA_DEVICE(0x100f, "CLP-150"),
269YAMAHA_DEVICE(0x1010, "CLP-170"),
270YAMAHA_DEVICE(0x1011, "P-250"),
271YAMAHA_DEVICE(0x1012, "TYROS"),
272YAMAHA_DEVICE(0x1013, "PF-500"),
273YAMAHA_DEVICE(0x1014, "S90"),
274YAMAHA_DEVICE(0x1015, "MOTIF-R"),
Clemens Ladisch4ccb4a42006-03-15 12:24:19 +0100275YAMAHA_DEVICE(0x1016, "MDP-5"),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276YAMAHA_DEVICE(0x1017, "CVP-204"),
277YAMAHA_DEVICE(0x1018, "CVP-206"),
278YAMAHA_DEVICE(0x1019, "CVP-208"),
279YAMAHA_DEVICE(0x101a, "CVP-210"),
280YAMAHA_DEVICE(0x101b, "PSR-1100"),
281YAMAHA_DEVICE(0x101c, "PSR-2100"),
282YAMAHA_DEVICE(0x101d, "CLP-175"),
283YAMAHA_DEVICE(0x101e, "PSR-K1"),
Clemens Ladisch4ccb4a42006-03-15 12:24:19 +0100284YAMAHA_DEVICE(0x101f, "EZ-J24"),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285YAMAHA_DEVICE(0x1020, "EZ-250i"),
286YAMAHA_DEVICE(0x1021, "MOTIF ES 6"),
287YAMAHA_DEVICE(0x1022, "MOTIF ES 7"),
288YAMAHA_DEVICE(0x1023, "MOTIF ES 8"),
289YAMAHA_DEVICE(0x1024, "CVP-301"),
290YAMAHA_DEVICE(0x1025, "CVP-303"),
291YAMAHA_DEVICE(0x1026, "CVP-305"),
292YAMAHA_DEVICE(0x1027, "CVP-307"),
293YAMAHA_DEVICE(0x1028, "CVP-309"),
294YAMAHA_DEVICE(0x1029, "CVP-309GP"),
295YAMAHA_DEVICE(0x102a, "PSR-1500"),
296YAMAHA_DEVICE(0x102b, "PSR-3000"),
297YAMAHA_DEVICE(0x102e, "ELS-01/01C"),
298YAMAHA_DEVICE(0x1030, "PSR-295/293"),
299YAMAHA_DEVICE(0x1031, "DGX-205/203"),
300YAMAHA_DEVICE(0x1032, "DGX-305"),
301YAMAHA_DEVICE(0x1033, "DGX-505"),
302YAMAHA_DEVICE(0x1034, NULL),
303YAMAHA_DEVICE(0x1035, NULL),
304YAMAHA_DEVICE(0x1036, NULL),
305YAMAHA_DEVICE(0x1037, NULL),
306YAMAHA_DEVICE(0x1038, NULL),
307YAMAHA_DEVICE(0x1039, NULL),
308YAMAHA_DEVICE(0x103a, NULL),
309YAMAHA_DEVICE(0x103b, NULL),
310YAMAHA_DEVICE(0x103c, NULL),
Clemens Ladisch0ac2ac02005-07-01 16:19:39 +0200311YAMAHA_DEVICE(0x103d, NULL),
Clemens Ladischf542fda2005-09-20 09:06:36 +0200312YAMAHA_DEVICE(0x103e, NULL),
313YAMAHA_DEVICE(0x103f, NULL),
314YAMAHA_DEVICE(0x1040, NULL),
315YAMAHA_DEVICE(0x1041, NULL),
Clemens Ladischf1265392006-07-21 10:46:18 +0200316YAMAHA_DEVICE(0x1042, NULL),
317YAMAHA_DEVICE(0x1043, NULL),
318YAMAHA_DEVICE(0x1044, NULL),
319YAMAHA_DEVICE(0x1045, NULL),
Clemens Ladischc85ceac2008-07-10 11:01:06 +0200320YAMAHA_INTERFACE(0x104e, 0, NULL),
Clemens Ladisch83a1a392008-07-10 11:05:42 +0200321YAMAHA_DEVICE(0x104f, NULL),
322YAMAHA_DEVICE(0x1050, NULL),
323YAMAHA_DEVICE(0x1051, NULL),
324YAMAHA_DEVICE(0x1052, NULL),
Clemens Ladisch422fdc32010-10-04 13:09:12 +0200325YAMAHA_INTERFACE(0x1053, 0, NULL),
326YAMAHA_INTERFACE(0x1054, 0, NULL),
327YAMAHA_DEVICE(0x1055, NULL),
328YAMAHA_DEVICE(0x1056, NULL),
329YAMAHA_DEVICE(0x1057, NULL),
330YAMAHA_DEVICE(0x1058, NULL),
331YAMAHA_DEVICE(0x1059, NULL),
332YAMAHA_DEVICE(0x105a, NULL),
333YAMAHA_DEVICE(0x105b, NULL),
334YAMAHA_DEVICE(0x105c, NULL),
335YAMAHA_DEVICE(0x105d, NULL),
Clemens Ladisch8c3f5d82011-12-19 23:09:15 +0100336{
337 USB_DEVICE(0x0499, 0x1503),
338 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
339 /* .vendor_name = "Yamaha", */
340 /* .product_name = "MOX6/MOX8", */
341 .ifnum = QUIRK_ANY_INTERFACE,
342 .type = QUIRK_COMPOSITE,
343 .data = (const struct snd_usb_audio_quirk[]) {
344 {
345 .ifnum = 1,
346 .type = QUIRK_AUDIO_STANDARD_INTERFACE
347 },
348 {
349 .ifnum = 2,
350 .type = QUIRK_AUDIO_STANDARD_INTERFACE
351 },
352 {
353 .ifnum = 3,
354 .type = QUIRK_MIDI_YAMAHA
355 },
356 {
357 .ifnum = -1
358 }
359 }
360 }
361},
Trulan Martinae3f0c22013-04-24 21:19:19 -0400362{
363 USB_DEVICE(0x0499, 0x1507),
364 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
365 /* .vendor_name = "Yamaha", */
366 /* .product_name = "THR10", */
367 .ifnum = QUIRK_ANY_INTERFACE,
368 .type = QUIRK_COMPOSITE,
369 .data = (const struct snd_usb_audio_quirk[]) {
370 {
371 .ifnum = 1,
372 .type = QUIRK_AUDIO_STANDARD_INTERFACE
373 },
374 {
375 .ifnum = 2,
376 .type = QUIRK_AUDIO_STANDARD_INTERFACE
377 },
378 {
379 .ifnum = 3,
380 .type = QUIRK_MIDI_YAMAHA
381 },
382 {
383 .ifnum = -1
384 }
385 }
386 }
387},
Trulan Martin1b153622013-04-24 21:19:20 -0400388{
389 USB_DEVICE(0x0499, 0x150a),
390 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
391 /* .vendor_name = "Yamaha", */
392 /* .product_name = "THR5A", */
393 .ifnum = QUIRK_ANY_INTERFACE,
394 .type = QUIRK_COMPOSITE,
395 .data = (const struct snd_usb_audio_quirk[]) {
396 {
397 .ifnum = 1,
398 .type = QUIRK_AUDIO_STANDARD_INTERFACE
399 },
400 {
401 .ifnum = 2,
402 .type = QUIRK_AUDIO_STANDARD_INTERFACE
403 },
404 {
405 .ifnum = 3,
406 .type = QUIRK_MIDI_YAMAHA
407 },
408 {
409 .ifnum = -1
410 }
411 }
412 }
413},
Trulan Martin03e02212013-04-24 21:19:21 -0400414{
415 USB_DEVICE(0x0499, 0x150c),
416 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
417 /* .vendor_name = "Yamaha", */
418 /* .product_name = "THR10C", */
419 .ifnum = QUIRK_ANY_INTERFACE,
420 .type = QUIRK_COMPOSITE,
421 .data = (const struct snd_usb_audio_quirk[]) {
422 {
423 .ifnum = 1,
424 .type = QUIRK_AUDIO_STANDARD_INTERFACE
425 },
426 {
427 .ifnum = 2,
428 .type = QUIRK_AUDIO_STANDARD_INTERFACE
429 },
430 {
431 .ifnum = 3,
432 .type = QUIRK_MIDI_YAMAHA
433 },
434 {
435 .ifnum = -1
436 }
437 }
438 }
439},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440YAMAHA_DEVICE(0x2000, "DGP-7"),
441YAMAHA_DEVICE(0x2001, "DGP-5"),
442YAMAHA_DEVICE(0x2002, NULL),
Clemens Ladisch422fdc32010-10-04 13:09:12 +0200443YAMAHA_DEVICE(0x2003, NULL),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444YAMAHA_DEVICE(0x5000, "CS1D"),
445YAMAHA_DEVICE(0x5001, "DSP1D"),
446YAMAHA_DEVICE(0x5002, "DME32"),
447YAMAHA_DEVICE(0x5003, "DM2000"),
448YAMAHA_DEVICE(0x5004, "02R96"),
449YAMAHA_DEVICE(0x5005, "ACU16-C"),
450YAMAHA_DEVICE(0x5006, "NHB32-C"),
451YAMAHA_DEVICE(0x5007, "DM1000"),
452YAMAHA_DEVICE(0x5008, "01V96"),
453YAMAHA_DEVICE(0x5009, "SPX2000"),
454YAMAHA_DEVICE(0x500a, "PM5D"),
455YAMAHA_DEVICE(0x500b, "DME64N"),
456YAMAHA_DEVICE(0x500c, "DME24N"),
457YAMAHA_DEVICE(0x500d, NULL),
458YAMAHA_DEVICE(0x500e, NULL),
Clemens Ladischf1265392006-07-21 10:46:18 +0200459YAMAHA_DEVICE(0x500f, NULL),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460YAMAHA_DEVICE(0x7000, "DTX"),
461YAMAHA_DEVICE(0x7010, "UB99"),
462#undef YAMAHA_DEVICE
463#undef YAMAHA_INTERFACE
Clemens Ladischaafe77c2013-03-31 23:43:12 +0200464/* this catches most recent vendor-specific Yamaha devices */
465{
466 .match_flags = USB_DEVICE_ID_MATCH_VENDOR |
467 USB_DEVICE_ID_MATCH_INT_CLASS,
468 .idVendor = 0x0499,
469 .bInterfaceClass = USB_CLASS_VENDOR_SPEC,
470 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
471 .ifnum = QUIRK_ANY_INTERFACE,
472 .type = QUIRK_AUTODETECT
473 }
474},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475
476/*
477 * Roland/RolandED/Edirol/BOSS devices
478 */
479{
480 USB_DEVICE(0x0582, 0x0000),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100481 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 .vendor_name = "Roland",
483 .product_name = "UA-100",
484 .ifnum = QUIRK_ANY_INTERFACE,
485 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100486 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 {
488 .ifnum = 0,
489 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
490 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +0100491 .formats = SNDRV_PCM_FMTBIT_S16_LE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 .channels = 4,
493 .iface = 0,
494 .altsetting = 1,
495 .altset_idx = 1,
496 .attributes = 0,
497 .endpoint = 0x01,
498 .ep_attr = 0x09,
499 .rates = SNDRV_PCM_RATE_CONTINUOUS,
500 .rate_min = 44100,
501 .rate_max = 44100,
502 }
503 },
504 {
505 .ifnum = 1,
506 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
507 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +0100508 .formats = SNDRV_PCM_FMTBIT_S16_LE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 .channels = 2,
510 .iface = 1,
511 .altsetting = 1,
512 .altset_idx = 1,
Daniel Mackde48c7b2010-02-22 23:49:13 +0100513 .attributes = UAC_EP_CS_ATTR_FILL_MAX,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 .endpoint = 0x81,
515 .ep_attr = 0x05,
516 .rates = SNDRV_PCM_RATE_CONTINUOUS,
517 .rate_min = 44100,
518 .rate_max = 44100,
519 }
520 },
521 {
522 .ifnum = 2,
523 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100524 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 .out_cables = 0x0007,
526 .in_cables = 0x0007
527 }
528 },
529 {
530 .ifnum = -1
531 }
532 }
533 }
534},
535{
536 USB_DEVICE(0x0582, 0x0002),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100537 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 .vendor_name = "EDIROL",
539 .product_name = "UM-4",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200540 .ifnum = QUIRK_ANY_INTERFACE,
541 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100542 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200543 {
544 .ifnum = 0,
545 .type = QUIRK_IGNORE_INTERFACE
546 },
547 {
548 .ifnum = 1,
549 .type = QUIRK_IGNORE_INTERFACE
550 },
551 {
552 .ifnum = 2,
553 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100554 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200555 .out_cables = 0x000f,
556 .in_cables = 0x000f
557 }
558 },
559 {
560 .ifnum = -1
561 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 }
563 }
564},
565{
566 USB_DEVICE(0x0582, 0x0003),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100567 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 .vendor_name = "Roland",
569 .product_name = "SC-8850",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200570 .ifnum = QUIRK_ANY_INTERFACE,
571 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100572 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200573 {
574 .ifnum = 0,
575 .type = QUIRK_IGNORE_INTERFACE
576 },
577 {
578 .ifnum = 1,
579 .type = QUIRK_IGNORE_INTERFACE
580 },
581 {
582 .ifnum = 2,
583 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100584 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200585 .out_cables = 0x003f,
586 .in_cables = 0x003f
587 }
588 },
589 {
590 .ifnum = -1
591 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 }
593 }
594},
595{
596 USB_DEVICE(0x0582, 0x0004),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100597 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 .vendor_name = "Roland",
599 .product_name = "U-8",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200600 .ifnum = QUIRK_ANY_INTERFACE,
601 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100602 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200603 {
604 .ifnum = 0,
605 .type = QUIRK_IGNORE_INTERFACE
606 },
607 {
608 .ifnum = 1,
609 .type = QUIRK_IGNORE_INTERFACE
610 },
611 {
612 .ifnum = 2,
613 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100614 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200615 .out_cables = 0x0005,
616 .in_cables = 0x0005
617 }
618 },
619 {
620 .ifnum = -1
621 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 }
623 }
624},
625{
Clemens Ladisch119c4ff2006-01-19 08:25:19 +0100626 /* Has ID 0x0099 when not in "Advanced Driver" mode.
627 * The UM-2EX has only one input, but we cannot detect this. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 USB_DEVICE(0x0582, 0x0005),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100629 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 .vendor_name = "EDIROL",
631 .product_name = "UM-2",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200632 .ifnum = QUIRK_ANY_INTERFACE,
633 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100634 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200635 {
636 .ifnum = 0,
637 .type = QUIRK_IGNORE_INTERFACE
638 },
639 {
640 .ifnum = 1,
641 .type = QUIRK_IGNORE_INTERFACE
642 },
643 {
644 .ifnum = 2,
645 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100646 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200647 .out_cables = 0x0003,
648 .in_cables = 0x0003
649 }
650 },
651 {
652 .ifnum = -1
653 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 }
655 }
656},
657{
658 USB_DEVICE(0x0582, 0x0007),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100659 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 .vendor_name = "Roland",
661 .product_name = "SC-8820",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200662 .ifnum = QUIRK_ANY_INTERFACE,
663 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100664 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200665 {
666 .ifnum = 0,
667 .type = QUIRK_IGNORE_INTERFACE
668 },
669 {
670 .ifnum = 1,
671 .type = QUIRK_IGNORE_INTERFACE
672 },
673 {
674 .ifnum = 2,
675 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100676 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200677 .out_cables = 0x0013,
678 .in_cables = 0x0013
679 }
680 },
681 {
682 .ifnum = -1
683 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 }
685 }
686},
687{
688 USB_DEVICE(0x0582, 0x0008),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100689 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 .vendor_name = "Roland",
691 .product_name = "PC-300",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200692 .ifnum = QUIRK_ANY_INTERFACE,
693 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100694 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200695 {
696 .ifnum = 0,
697 .type = QUIRK_IGNORE_INTERFACE
698 },
699 {
700 .ifnum = 1,
701 .type = QUIRK_IGNORE_INTERFACE
702 },
703 {
704 .ifnum = 2,
705 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100706 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200707 .out_cables = 0x0001,
708 .in_cables = 0x0001
709 }
710 },
711 {
712 .ifnum = -1
713 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 }
715 }
716},
717{
Clemens Ladisch119c4ff2006-01-19 08:25:19 +0100718 /* has ID 0x009d when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 USB_DEVICE(0x0582, 0x0009),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100720 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 .vendor_name = "EDIROL",
722 .product_name = "UM-1",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200723 .ifnum = QUIRK_ANY_INTERFACE,
724 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100725 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200726 {
727 .ifnum = 0,
728 .type = QUIRK_IGNORE_INTERFACE
729 },
730 {
731 .ifnum = 1,
732 .type = QUIRK_IGNORE_INTERFACE
733 },
734 {
735 .ifnum = 2,
736 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100737 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200738 .out_cables = 0x0001,
739 .in_cables = 0x0001
740 }
741 },
742 {
743 .ifnum = -1
744 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 }
746 }
747},
748{
749 USB_DEVICE(0x0582, 0x000b),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100750 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 .vendor_name = "Roland",
752 .product_name = "SK-500",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200753 .ifnum = QUIRK_ANY_INTERFACE,
754 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100755 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200756 {
757 .ifnum = 0,
758 .type = QUIRK_IGNORE_INTERFACE
759 },
760 {
761 .ifnum = 1,
762 .type = QUIRK_IGNORE_INTERFACE
763 },
764 {
765 .ifnum = 2,
766 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100767 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200768 .out_cables = 0x0013,
769 .in_cables = 0x0013
770 }
771 },
772 {
773 .ifnum = -1
774 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 }
776 }
777},
778{
779 /* thanks to Emiliano Grilli <emillo@libero.it>
780 * for helping researching this data */
781 USB_DEVICE(0x0582, 0x000c),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100782 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783 .vendor_name = "Roland",
784 .product_name = "SC-D70",
785 .ifnum = QUIRK_ANY_INTERFACE,
786 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100787 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 {
789 .ifnum = 0,
790 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
791 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +0100792 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 .channels = 2,
794 .iface = 0,
795 .altsetting = 1,
796 .altset_idx = 1,
797 .attributes = 0,
798 .endpoint = 0x01,
799 .ep_attr = 0x01,
800 .rates = SNDRV_PCM_RATE_CONTINUOUS,
801 .rate_min = 44100,
802 .rate_max = 44100,
803 }
804 },
805 {
806 .ifnum = 1,
807 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
808 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +0100809 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 .channels = 2,
811 .iface = 1,
812 .altsetting = 1,
813 .altset_idx = 1,
814 .attributes = 0,
815 .endpoint = 0x81,
816 .ep_attr = 0x01,
817 .rates = SNDRV_PCM_RATE_CONTINUOUS,
818 .rate_min = 44100,
819 .rate_max = 44100,
820 }
821 },
822 {
823 .ifnum = 2,
824 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100825 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 .out_cables = 0x0007,
827 .in_cables = 0x0007
828 }
829 },
830 {
831 .ifnum = -1
832 }
833 }
834 }
835},
836{ /*
837 * This quirk is for the "Advanced Driver" mode of the Edirol UA-5.
838 * If the advanced mode switch at the back of the unit is off, the
839 * UA-5 has ID 0x0582/0x0011 and is standard compliant (no quirks),
840 * but offers only 16-bit PCM.
841 * In advanced mode, the UA-5 will output S24_3LE samples (two
842 * channels) at the rate indicated on the front switch, including
843 * the 96kHz sample rate.
844 */
845 USB_DEVICE(0x0582, 0x0010),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100846 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 .vendor_name = "EDIROL",
848 .product_name = "UA-5",
849 .ifnum = QUIRK_ANY_INTERFACE,
850 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100851 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 {
853 .ifnum = 1,
854 .type = QUIRK_AUDIO_STANDARD_INTERFACE
855 },
856 {
857 .ifnum = 2,
858 .type = QUIRK_AUDIO_STANDARD_INTERFACE
859 },
860 {
861 .ifnum = -1
862 }
863 }
864 }
865},
866{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200867 /* has ID 0x0013 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 USB_DEVICE(0x0582, 0x0012),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100869 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 .vendor_name = "Roland",
871 .product_name = "XV-5050",
872 .ifnum = 0,
873 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100874 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 .out_cables = 0x0001,
876 .in_cables = 0x0001
877 }
878 }
879},
880{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200881 /* has ID 0x0015 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 USB_DEVICE(0x0582, 0x0014),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100883 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884 .vendor_name = "EDIROL",
885 .product_name = "UM-880",
886 .ifnum = 0,
887 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100888 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 .out_cables = 0x01ff,
890 .in_cables = 0x01ff
891 }
892 }
893},
894{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200895 /* has ID 0x0017 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 USB_DEVICE(0x0582, 0x0016),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100897 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 .vendor_name = "EDIROL",
899 .product_name = "SD-90",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200900 .ifnum = QUIRK_ANY_INTERFACE,
901 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100902 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200903 {
904 .ifnum = 0,
Clemens Ladisch061b8692011-01-10 16:30:54 +0100905 .type = QUIRK_AUDIO_STANDARD_INTERFACE
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200906 },
907 {
908 .ifnum = 1,
Clemens Ladisch061b8692011-01-10 16:30:54 +0100909 .type = QUIRK_AUDIO_STANDARD_INTERFACE
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200910 },
911 {
912 .ifnum = 2,
913 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100914 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200915 .out_cables = 0x000f,
916 .in_cables = 0x000f
917 }
918 },
919 {
920 .ifnum = -1
921 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 }
923 }
924},
925{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200926 /* has ID 0x001c when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 USB_DEVICE(0x0582, 0x001b),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100928 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 .vendor_name = "Roland",
930 .product_name = "MMP-2",
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200931 .ifnum = QUIRK_ANY_INTERFACE,
932 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100933 .data = (const struct snd_usb_audio_quirk[]) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200934 {
935 .ifnum = 0,
936 .type = QUIRK_IGNORE_INTERFACE
937 },
938 {
939 .ifnum = 1,
940 .type = QUIRK_IGNORE_INTERFACE
941 },
942 {
943 .ifnum = 2,
944 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100945 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischd3ff42f2005-05-17 09:14:27 +0200946 .out_cables = 0x0001,
947 .in_cables = 0x0001
948 }
949 },
950 {
951 .ifnum = -1
952 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 }
954 }
955},
956{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200957 /* has ID 0x001e when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 USB_DEVICE(0x0582, 0x001d),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100959 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 .vendor_name = "Roland",
961 .product_name = "V-SYNTH",
962 .ifnum = 0,
963 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100964 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 .out_cables = 0x0001,
966 .in_cables = 0x0001
967 }
968 }
969},
970{
Clemens Ladischd879f0c2005-09-21 16:33:49 +0200971 /* has ID 0x0024 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 USB_DEVICE(0x0582, 0x0023),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100973 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 .vendor_name = "EDIROL",
975 .product_name = "UM-550",
976 .ifnum = 0,
977 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100978 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 .out_cables = 0x003f,
980 .in_cables = 0x003f
981 }
982 }
983},
984{
985 /*
986 * This quirk is for the "Advanced Driver" mode. If off, the UA-20
987 * has ID 0x0026 and is standard compliant, but has only 16-bit PCM
988 * and no MIDI.
989 */
990 USB_DEVICE(0x0582, 0x0025),
Takashi Iwai86e07d32005-11-17 15:08:02 +0100991 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 .vendor_name = "EDIROL",
993 .product_name = "UA-20",
994 .ifnum = QUIRK_ANY_INTERFACE,
995 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +0100996 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 {
Clemens Ladisch1f14a652005-11-21 16:40:00 +0100998 .ifnum = 0,
999 .type = QUIRK_IGNORE_INTERFACE
1000 },
1001 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 .ifnum = 1,
Clemens Ladisch1f14a652005-11-21 16:40:00 +01001003 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1004 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +01001005 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
Clemens Ladisch1f14a652005-11-21 16:40:00 +01001006 .channels = 2,
1007 .iface = 1,
1008 .altsetting = 1,
1009 .altset_idx = 1,
1010 .attributes = 0,
1011 .endpoint = 0x01,
1012 .ep_attr = 0x01,
1013 .rates = SNDRV_PCM_RATE_CONTINUOUS,
1014 .rate_min = 44100,
1015 .rate_max = 44100,
1016 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017 },
1018 {
1019 .ifnum = 2,
Clemens Ladisch1f14a652005-11-21 16:40:00 +01001020 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1021 .data = & (const struct audioformat) {
Clemens Ladisch015eb0b2010-03-04 19:46:15 +01001022 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
Clemens Ladisch1f14a652005-11-21 16:40:00 +01001023 .channels = 2,
1024 .iface = 2,
1025 .altsetting = 1,
1026 .altset_idx = 1,
1027 .attributes = 0,
1028 .endpoint = 0x82,
1029 .ep_attr = 0x01,
1030 .rates = SNDRV_PCM_RATE_CONTINUOUS,
1031 .rate_min = 44100,
1032 .rate_max = 44100,
1033 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 },
1035 {
1036 .ifnum = 3,
Clemens Ladisch1f14a652005-11-21 16:40:00 +01001037 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1038 .data = & (const struct snd_usb_midi_endpoint_info) {
1039 .out_cables = 0x0001,
1040 .in_cables = 0x0001
1041 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 },
1043 {
1044 .ifnum = -1
1045 }
1046 }
1047 }
1048},
1049{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001050 /* has ID 0x0028 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 USB_DEVICE(0x0582, 0x0027),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001052 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 .vendor_name = "EDIROL",
1054 .product_name = "SD-20",
1055 .ifnum = 0,
1056 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001057 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 .out_cables = 0x0003,
1059 .in_cables = 0x0007
1060 }
1061 }
1062},
1063{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001064 /* has ID 0x002a when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 USB_DEVICE(0x0582, 0x0029),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001066 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 .vendor_name = "EDIROL",
1068 .product_name = "SD-80",
1069 .ifnum = 0,
1070 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001071 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 .out_cables = 0x000f,
1073 .in_cables = 0x000f
1074 }
1075 }
1076},
1077{ /*
1078 * This quirk is for the "Advanced" modes of the Edirol UA-700.
1079 * If the sample format switch is not in an advanced setting, the
1080 * UA-700 has ID 0x0582/0x002c and is standard compliant (no quirks),
1081 * but offers only 16-bit PCM and no MIDI.
1082 */
1083 USB_DEVICE_VENDOR_SPEC(0x0582, 0x002b),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001084 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 .vendor_name = "EDIROL",
1086 .product_name = "UA-700",
1087 .ifnum = QUIRK_ANY_INTERFACE,
1088 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001089 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 {
1091 .ifnum = 1,
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001092 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 },
1094 {
1095 .ifnum = 2,
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001096 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 },
1098 {
1099 .ifnum = 3,
Pedro Lopez-Cabanillas59b3db62008-10-07 20:54:18 +02001100 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101 },
1102 {
1103 .ifnum = -1
1104 }
1105 }
1106 }
1107},
1108{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001109 /* has ID 0x002e when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 USB_DEVICE(0x0582, 0x002d),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001111 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112 .vendor_name = "Roland",
1113 .product_name = "XV-2020",
1114 .ifnum = 0,
1115 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001116 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117 .out_cables = 0x0001,
1118 .in_cables = 0x0001
1119 }
1120 }
1121},
1122{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001123 /* has ID 0x0030 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 USB_DEVICE(0x0582, 0x002f),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001125 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 .vendor_name = "Roland",
1127 .product_name = "VariOS",
1128 .ifnum = 0,
1129 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001130 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 .out_cables = 0x0007,
1132 .in_cables = 0x0007
1133 }
1134 }
1135},
1136{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001137 /* has ID 0x0034 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138 USB_DEVICE(0x0582, 0x0033),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001139 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 .vendor_name = "EDIROL",
1141 .product_name = "PCR",
1142 .ifnum = 0,
1143 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001144 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 .out_cables = 0x0003,
1146 .in_cables = 0x0007
1147 }
1148 }
1149},
1150{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001151 /*
1152 * Has ID 0x0038 when not in "Advanced Driver" mode;
1153 * later revisions use IDs 0x0054 and 0x00a2.
1154 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155 USB_DEVICE(0x0582, 0x0037),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001156 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157 .vendor_name = "Roland",
1158 .product_name = "Digital Piano",
1159 .ifnum = 0,
1160 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001161 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162 .out_cables = 0x0001,
1163 .in_cables = 0x0001
1164 }
1165 }
1166},
1167{
Clemens Ladisch5af4c832005-04-06 09:47:02 +02001168 /*
1169 * This quirk is for the "Advanced Driver" mode. If off, the GS-10
1170 * has ID 0x003c and is standard compliant, but has only 16-bit PCM
1171 * and no MIDI.
1172 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 USB_DEVICE_VENDOR_SPEC(0x0582, 0x003b),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001174 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 .vendor_name = "BOSS",
1176 .product_name = "GS-10",
Clemens Ladisch5af4c832005-04-06 09:47:02 +02001177 .ifnum = QUIRK_ANY_INTERFACE,
1178 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001179 .data = & (const struct snd_usb_audio_quirk[]) {
Clemens Ladisch5af4c832005-04-06 09:47:02 +02001180 {
1181 .ifnum = 1,
1182 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1183 },
1184 {
1185 .ifnum = 2,
1186 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1187 },
1188 {
1189 .ifnum = 3,
1190 .type = QUIRK_MIDI_STANDARD_INTERFACE
1191 },
1192 {
1193 .ifnum = -1
1194 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 }
1196 }
1197},
1198{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001199 /* has ID 0x0041 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 USB_DEVICE(0x0582, 0x0040),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001201 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202 .vendor_name = "Roland",
1203 .product_name = "GI-20",
1204 .ifnum = 0,
1205 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001206 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 .out_cables = 0x0001,
1208 .in_cables = 0x0001
1209 }
1210 }
1211},
1212{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001213 /* has ID 0x0043 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 USB_DEVICE(0x0582, 0x0042),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001215 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 .vendor_name = "Roland",
1217 .product_name = "RS-70",
1218 .ifnum = 0,
1219 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001220 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 .out_cables = 0x0001,
1222 .in_cables = 0x0001
1223 }
1224 }
1225},
1226{
Clemens Ladisch358ce0c2007-12-19 14:25:24 +01001227 /* has ID 0x0049 when not in "Advanced Driver" mode */
1228 USB_DEVICE(0x0582, 0x0047),
1229 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1230 /* .vendor_name = "EDIROL", */
1231 /* .product_name = "UR-80", */
1232 .ifnum = QUIRK_ANY_INTERFACE,
1233 .type = QUIRK_COMPOSITE,
1234 .data = (const struct snd_usb_audio_quirk[]) {
1235 /* in the 96 kHz modes, only interface 1 is there */
1236 {
1237 .ifnum = 1,
1238 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1239 },
1240 {
1241 .ifnum = 2,
1242 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1243 },
1244 {
1245 .ifnum = -1
1246 }
1247 }
1248 }
1249},
1250{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001251 /* has ID 0x004a when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 USB_DEVICE(0x0582, 0x0048),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001253 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladisch358ce0c2007-12-19 14:25:24 +01001254 /* .vendor_name = "EDIROL", */
1255 /* .product_name = "UR-80", */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 .ifnum = 0,
1257 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001258 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259 .out_cables = 0x0003,
1260 .in_cables = 0x0007
1261 }
1262 }
1263},
1264{
Clemens Ladischf38cc312007-02-09 20:52:55 +01001265 /* has ID 0x004e when not in "Advanced Driver" mode */
1266 USB_DEVICE(0x0582, 0x004c),
1267 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1268 .vendor_name = "EDIROL",
1269 .product_name = "PCR-A",
1270 .ifnum = QUIRK_ANY_INTERFACE,
1271 .type = QUIRK_COMPOSITE,
1272 .data = (const struct snd_usb_audio_quirk[]) {
1273 {
1274 .ifnum = 1,
1275 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1276 },
1277 {
1278 .ifnum = 2,
1279 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1280 },
1281 {
1282 .ifnum = -1
1283 }
1284 }
1285 }
1286},
1287{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001288 /* has ID 0x004f when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 USB_DEVICE(0x0582, 0x004d),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001290 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291 .vendor_name = "EDIROL",
1292 .product_name = "PCR-A",
1293 .ifnum = 0,
1294 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001295 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296 .out_cables = 0x0003,
1297 .in_cables = 0x0007
1298 }
1299 }
1300},
1301{
1302 /*
1303 * This quirk is for the "Advanced Driver" mode. If off, the UA-3FX
1304 * is standard compliant, but has only 16-bit PCM.
1305 */
1306 USB_DEVICE(0x0582, 0x0050),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001307 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 .vendor_name = "EDIROL",
1309 .product_name = "UA-3FX",
1310 .ifnum = QUIRK_ANY_INTERFACE,
1311 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001312 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313 {
1314 .ifnum = 1,
1315 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1316 },
1317 {
1318 .ifnum = 2,
1319 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1320 },
1321 {
1322 .ifnum = -1
1323 }
1324 }
1325 }
1326},
1327{
1328 USB_DEVICE(0x0582, 0x0052),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001329 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 .vendor_name = "EDIROL",
1331 .product_name = "UM-1SX",
1332 .ifnum = 0,
1333 .type = QUIRK_MIDI_STANDARD_INTERFACE
1334 }
1335},
Takashi Iwaif1676842007-07-09 10:39:44 +02001336{
1337 USB_DEVICE(0x0582, 0x0060),
1338 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1339 .vendor_name = "Roland",
1340 .product_name = "EXR Series",
1341 .ifnum = 0,
1342 .type = QUIRK_MIDI_STANDARD_INTERFACE
1343 }
1344},
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345{
Clemens Ladischaa70201f2010-08-30 16:32:43 +02001346 /* has ID 0x0066 when not in "Advanced Driver" mode */
1347 USB_DEVICE(0x0582, 0x0064),
1348 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1349 /* .vendor_name = "EDIROL", */
1350 /* .product_name = "PCR-1", */
1351 .ifnum = QUIRK_ANY_INTERFACE,
1352 .type = QUIRK_COMPOSITE,
1353 .data = (const struct snd_usb_audio_quirk[]) {
1354 {
1355 .ifnum = 1,
1356 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1357 },
1358 {
1359 .ifnum = 2,
1360 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1361 },
1362 {
1363 .ifnum = -1
1364 }
1365 }
1366 }
1367},
1368{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001369 /* has ID 0x0067 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 USB_DEVICE(0x0582, 0x0065),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001371 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladischaa70201f2010-08-30 16:32:43 +02001372 /* .vendor_name = "EDIROL", */
1373 /* .product_name = "PCR-1", */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 .ifnum = 0,
1375 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001376 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 .out_cables = 0x0001,
1378 .in_cables = 0x0003
1379 }
1380 }
1381},
1382{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001383 /* has ID 0x006e when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384 USB_DEVICE(0x0582, 0x006d),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001385 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 .vendor_name = "Roland",
1387 .product_name = "FANTOM-X",
1388 .ifnum = 0,
1389 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001390 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391 .out_cables = 0x0001,
1392 .in_cables = 0x0001
1393 }
1394 }
1395},
1396{ /*
1397 * This quirk is for the "Advanced" modes of the Edirol UA-25.
1398 * If the switch is not in an advanced setting, the UA-25 has
1399 * ID 0x0582/0x0073 and is standard compliant (no quirks), but
1400 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1401 */
1402 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0074),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001403 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 .vendor_name = "EDIROL",
1405 .product_name = "UA-25",
1406 .ifnum = QUIRK_ANY_INTERFACE,
1407 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001408 .data = (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 {
1410 .ifnum = 0,
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001411 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 },
1413 {
1414 .ifnum = 1,
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001415 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 },
1417 {
1418 .ifnum = 2,
Pedro Lopez-Cabanillas59b3db62008-10-07 20:54:18 +02001419 .type = QUIRK_AUDIO_EDIROL_UAXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 },
1421 {
1422 .ifnum = -1
1423 }
1424 }
1425 }
1426},
1427{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001428 /* has ID 0x0076 when not in "Advanced Driver" mode */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 USB_DEVICE(0x0582, 0x0075),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001430 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 .vendor_name = "BOSS",
1432 .product_name = "DR-880",
1433 .ifnum = 0,
1434 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001435 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 .out_cables = 0x0001,
1437 .in_cables = 0x0001
1438 }
1439 }
1440},
Clemens Ladisch5a2a68f2005-09-19 12:24:00 +02001441{
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001442 /* has ID 0x007b when not in "Advanced Driver" mode */
Clemens Ladisch5a2a68f2005-09-19 12:24:00 +02001443 USB_DEVICE_VENDOR_SPEC(0x0582, 0x007a),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001444 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladisch5a2a68f2005-09-19 12:24:00 +02001445 .vendor_name = "Roland",
Clemens Ladischd879f0c2005-09-21 16:33:49 +02001446 /* "RD" or "RD-700SX"? */
Clemens Ladisch5a2a68f2005-09-19 12:24:00 +02001447 .ifnum = 0,
1448 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001449 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladisch5a2a68f2005-09-19 12:24:00 +02001450 .out_cables = 0x0003,
1451 .in_cables = 0x0003
1452 }
1453 }
1454},
Clemens Ladischcdca8812006-01-18 08:53:32 +01001455{
1456 /* has ID 0x0081 when not in "Advanced Driver" mode */
1457 USB_DEVICE(0x0582, 0x0080),
1458 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1459 .vendor_name = "Roland",
1460 .product_name = "G-70",
1461 .ifnum = 0,
1462 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1463 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladisch05422572006-01-18 15:44:53 +01001464 .out_cables = 0x0001,
1465 .in_cables = 0x0001
Clemens Ladischcdca8812006-01-18 08:53:32 +01001466 }
1467 }
1468},
Clemens Ladisch415b09e2006-01-16 08:03:52 +01001469{
1470 /* has ID 0x008c when not in "Advanced Driver" mode */
1471 USB_DEVICE(0x0582, 0x008b),
1472 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1473 .vendor_name = "EDIROL",
1474 .product_name = "PC-50",
1475 .ifnum = 0,
1476 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1477 .data = & (const struct snd_usb_midi_endpoint_info) {
1478 .out_cables = 0x0001,
1479 .in_cables = 0x0001
1480 }
1481 }
1482},
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001483{
1484 /*
1485 * This quirk is for the "Advanced Driver" mode. If off, the UA-4FX
1486 * is standard compliant, but has only 16-bit PCM and no MIDI.
1487 */
1488 USB_DEVICE(0x0582, 0x00a3),
1489 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1490 .vendor_name = "EDIROL",
1491 .product_name = "UA-4FX",
1492 .ifnum = QUIRK_ANY_INTERFACE,
1493 .type = QUIRK_COMPOSITE,
1494 .data = (const struct snd_usb_audio_quirk[]) {
1495 {
1496 .ifnum = 0,
1497 .type = QUIRK_AUDIO_EDIROL_UAXX
1498 },
1499 {
1500 .ifnum = 1,
1501 .type = QUIRK_AUDIO_EDIROL_UAXX
1502 },
1503 {
1504 .ifnum = 2,
Pedro Lopez-Cabanillas59b3db62008-10-07 20:54:18 +02001505 .type = QUIRK_AUDIO_EDIROL_UAXX
Pedro Lopez-Cabanillas310e0dc2008-10-04 16:27:36 +02001506 },
1507 {
1508 .ifnum = -1
1509 }
1510 }
1511 }
1512},
Clemens Ladischb38addb2008-07-28 10:19:39 +02001513{
Takashi Iwai6efd2cd2009-06-01 10:59:51 +02001514 /* Edirol M-16DX */
Takashi Iwai6efd2cd2009-06-01 10:59:51 +02001515 USB_DEVICE(0x0582, 0x00c4),
1516 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1517 .ifnum = QUIRK_ANY_INTERFACE,
1518 .type = QUIRK_COMPOSITE,
1519 .data = (const struct snd_usb_audio_quirk[]) {
1520 {
1521 .ifnum = 0,
1522 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1523 },
1524 {
1525 .ifnum = 1,
1526 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1527 },
1528 {
1529 .ifnum = 2,
1530 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1531 .data = & (const struct snd_usb_midi_endpoint_info) {
1532 .out_cables = 0x0001,
1533 .in_cables = 0x0001
1534 }
1535 },
1536 {
1537 .ifnum = -1
1538 }
1539 }
1540 }
1541},
1542{
Takashi Iwaie2736262008-10-20 16:07:45 +02001543 /* Advanced modes of the Edirol UA-25EX.
1544 * For the standard mode, UA-25EX has ID 0582:00e7, which
1545 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1546 */
1547 USB_DEVICE_VENDOR_SPEC(0x0582, 0x00e6),
1548 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1549 .vendor_name = "EDIROL",
1550 .product_name = "UA-25EX",
1551 .ifnum = QUIRK_ANY_INTERFACE,
1552 .type = QUIRK_COMPOSITE,
1553 .data = (const struct snd_usb_audio_quirk[]) {
1554 {
1555 .ifnum = 0,
1556 .type = QUIRK_AUDIO_EDIROL_UAXX
1557 },
1558 {
1559 .ifnum = 1,
1560 .type = QUIRK_AUDIO_EDIROL_UAXX
1561 },
1562 {
1563 .ifnum = 2,
1564 .type = QUIRK_AUDIO_EDIROL_UAXX
1565 },
1566 {
1567 .ifnum = -1
1568 }
1569 }
1570 }
1571},
Clemens Ladischd867bba2009-11-19 14:34:33 +01001572{
Clemens Ladisch927c9422012-02-04 20:51:43 +01001573 /* Edirol UM-3G */
1574 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0108),
1575 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1576 .ifnum = 0,
Clemens Ladischa0c6d302013-06-02 19:49:07 +02001577 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1578 .data = & (const struct snd_usb_midi_endpoint_info) {
1579 .out_cables = 0x0007,
1580 .in_cables = 0x0007
1581 }
Clemens Ladisch927c9422012-02-04 20:51:43 +01001582 }
1583},
1584{
Clemens Ladischb7f33912013-06-16 18:27:56 +02001585 /* only 44.1 kHz works at the moment */
1586 USB_DEVICE(0x0582, 0x0120),
Clemens Ladisch9d0c9192010-08-30 16:42:17 +02001587 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1588 /* .vendor_name = "Roland", */
Clemens Ladischb7f33912013-06-16 18:27:56 +02001589 /* .product_name = "OCTO-CAPTURE", */
John F Leachae7cc702011-11-28 19:41:27 -05001590 .ifnum = QUIRK_ANY_INTERFACE,
1591 .type = QUIRK_COMPOSITE,
1592 .data = (const struct snd_usb_audio_quirk[]) {
1593 {
1594 .ifnum = 0,
Clemens Ladischb7f33912013-06-16 18:27:56 +02001595 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1596 .data = & (const struct audioformat) {
1597 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1598 .channels = 10,
1599 .iface = 0,
1600 .altsetting = 1,
1601 .altset_idx = 1,
1602 .endpoint = 0x05,
1603 .ep_attr = 0x05,
1604 .rates = SNDRV_PCM_RATE_44100,
1605 .rate_min = 44100,
1606 .rate_max = 44100,
1607 .nr_rates = 1,
1608 .rate_table = (unsigned int[]) { 44100 }
John F Leachae7cc702011-11-28 19:41:27 -05001609 }
1610 },
1611 {
Clemens Ladisch7b280792010-08-30 16:45:38 +02001612 .ifnum = 1,
Clemens Ladischb7f33912013-06-16 18:27:56 +02001613 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1614 .data = & (const struct audioformat) {
1615 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1616 .channels = 12,
1617 .iface = 1,
1618 .altsetting = 1,
1619 .altset_idx = 1,
1620 .endpoint = 0x85,
1621 .ep_attr = 0x25,
1622 .rates = SNDRV_PCM_RATE_44100,
1623 .rate_min = 44100,
1624 .rate_max = 44100,
1625 .nr_rates = 1,
1626 .rate_table = (unsigned int[]) { 44100 }
1627 }
Clemens Ladisch7b280792010-08-30 16:45:38 +02001628 },
1629 {
1630 .ifnum = 2,
1631 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1632 .data = & (const struct snd_usb_midi_endpoint_info) {
1633 .out_cables = 0x0001,
1634 .in_cables = 0x0001
1635 }
1636 },
1637 {
Clemens Ladischb7f33912013-06-16 18:27:56 +02001638 .ifnum = 3,
Kazutomo Yoshiic9c9e4e2011-08-09 23:39:13 -05001639 .type = QUIRK_IGNORE_INTERFACE
1640 },
1641 {
Clemens Ladischb7f33912013-06-16 18:27:56 +02001642 .ifnum = 4,
1643 .type = QUIRK_IGNORE_INTERFACE
Kazutomo Yoshiic9c9e4e2011-08-09 23:39:13 -05001644 },
1645 {
1646 .ifnum = -1
1647 }
1648 }
1649 }
1650},
Clemens Ladisch74953e22012-06-23 17:30:47 +02001651{
Clemens Ladischb7f33912013-06-16 18:27:56 +02001652 /* only 44.1 kHz works at the moment */
1653 USB_DEVICE(0x0582, 0x012f),
Clemens Ladisch74953e22012-06-23 17:30:47 +02001654 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladischb7f33912013-06-16 18:27:56 +02001655 /* .vendor_name = "Roland", */
1656 /* .product_name = "QUAD-CAPTURE", */
Clemens Ladisch74953e22012-06-23 17:30:47 +02001657 .ifnum = QUIRK_ANY_INTERFACE,
1658 .type = QUIRK_COMPOSITE,
1659 .data = (const struct snd_usb_audio_quirk[]) {
1660 {
Clemens Ladischb7f33912013-06-16 18:27:56 +02001661 .ifnum = 0,
1662 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1663 .data = & (const struct audioformat) {
1664 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1665 .channels = 4,
1666 .iface = 0,
1667 .altsetting = 1,
1668 .altset_idx = 1,
1669 .endpoint = 0x05,
1670 .ep_attr = 0x05,
1671 .rates = SNDRV_PCM_RATE_44100,
1672 .rate_min = 44100,
1673 .rate_max = 44100,
1674 .nr_rates = 1,
1675 .rate_table = (unsigned int[]) { 44100 }
1676 }
1677 },
1678 {
Clemens Ladisch74953e22012-06-23 17:30:47 +02001679 .ifnum = 1,
Clemens Ladischb7f33912013-06-16 18:27:56 +02001680 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
1681 .data = & (const struct audioformat) {
1682 .formats = SNDRV_PCM_FMTBIT_S32_LE,
1683 .channels = 6,
1684 .iface = 1,
1685 .altsetting = 1,
1686 .altset_idx = 1,
1687 .endpoint = 0x85,
1688 .ep_attr = 0x25,
1689 .rates = SNDRV_PCM_RATE_44100,
1690 .rate_min = 44100,
1691 .rate_max = 44100,
1692 .nr_rates = 1,
1693 .rate_table = (unsigned int[]) { 44100 }
1694 }
Clemens Ladisch74953e22012-06-23 17:30:47 +02001695 },
1696 {
1697 .ifnum = 2,
Clemens Ladisch74953e22012-06-23 17:30:47 +02001698 .type = QUIRK_MIDI_FIXED_ENDPOINT,
1699 .data = & (const struct snd_usb_midi_endpoint_info) {
1700 .out_cables = 0x0001,
1701 .in_cables = 0x0001
1702 }
1703 },
1704 {
Clemens Ladischb7f33912013-06-16 18:27:56 +02001705 .ifnum = 3,
1706 .type = QUIRK_IGNORE_INTERFACE
1707 },
1708 {
1709 .ifnum = 4,
1710 .type = QUIRK_IGNORE_INTERFACE
1711 },
1712 {
Clemens Ladisch74953e22012-06-23 17:30:47 +02001713 .ifnum = -1
1714 }
1715 }
1716 }
1717},
Clemens Ladischaafe77c2013-03-31 23:43:12 +02001718/* this catches most recent vendor-specific Roland devices */
1719{
1720 .match_flags = USB_DEVICE_ID_MATCH_VENDOR |
1721 USB_DEVICE_ID_MATCH_INT_CLASS,
1722 .idVendor = 0x0582,
1723 .bInterfaceClass = USB_CLASS_VENDOR_SPEC,
1724 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
1725 .ifnum = QUIRK_ANY_INTERFACE,
1726 .type = QUIRK_AUTODETECT
1727 }
1728},
Chris Mennie62b12632008-05-19 16:21:33 +02001729
Clemens Ladischa25f1752005-10-05 13:23:19 +02001730/* Guillemot devices */
1731{
1732 /*
1733 * This is for the "Windows Edition" where the external MIDI ports are
1734 * the only MIDI ports; the control data is reported through HID
1735 * interfaces. The "Macintosh Edition" has ID 0xd002 and uses standard
1736 * compliant USB MIDI ports for external MIDI and controls.
1737 */
1738 USB_DEVICE_VENDOR_SPEC(0x06f8, 0xb000),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001739 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladischa25f1752005-10-05 13:23:19 +02001740 .vendor_name = "Hercules",
1741 .product_name = "DJ Console (WE)",
1742 .ifnum = 4,
1743 .type = QUIRK_MIDI_FIXED_ENDPOINT,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001744 .data = & (const struct snd_usb_midi_endpoint_info) {
Clemens Ladischa25f1752005-10-05 13:23:19 +02001745 .out_cables = 0x0001,
1746 .in_cables = 0x0001
1747 }
1748 }
1749},
1750
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751/* Midiman/M-Audio devices */
1752{
1753 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1002),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001754 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755 .vendor_name = "M-Audio",
1756 .product_name = "MidiSport 2x2",
1757 .ifnum = QUIRK_ANY_INTERFACE,
1758 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001759 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 .out_cables = 0x0003,
1761 .in_cables = 0x0003
1762 }
1763 }
1764},
1765{
1766 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1011),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001767 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 .vendor_name = "M-Audio",
1769 .product_name = "MidiSport 1x1",
1770 .ifnum = QUIRK_ANY_INTERFACE,
1771 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001772 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 .out_cables = 0x0001,
1774 .in_cables = 0x0001
1775 }
1776 }
1777},
1778{
1779 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1015),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001780 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781 .vendor_name = "M-Audio",
1782 .product_name = "Keystation",
1783 .ifnum = QUIRK_ANY_INTERFACE,
1784 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001785 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786 .out_cables = 0x0001,
1787 .in_cables = 0x0001
1788 }
1789 }
1790},
1791{
1792 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1021),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001793 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 .vendor_name = "M-Audio",
1795 .product_name = "MidiSport 4x4",
1796 .ifnum = QUIRK_ANY_INTERFACE,
1797 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001798 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 .out_cables = 0x000f,
1800 .in_cables = 0x000f
1801 }
1802 }
1803},
1804{
1805 /*
1806 * For hardware revision 1.05; in the later revisions (1.10 and
1807 * 1.21), 0x1031 is the ID for the device without firmware.
1808 * Thanks to Olaf Giesbrecht <Olaf_Giesbrecht@yahoo.de>
1809 */
1810 USB_DEVICE_VER(0x0763, 0x1031, 0x0100, 0x0109),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001811 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 .vendor_name = "M-Audio",
1813 .product_name = "MidiSport 8x8",
1814 .ifnum = QUIRK_ANY_INTERFACE,
1815 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001816 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 .out_cables = 0x01ff,
1818 .in_cables = 0x01ff
1819 }
1820 }
1821},
1822{
1823 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1033),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001824 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 .vendor_name = "M-Audio",
1826 .product_name = "MidiSport 8x8",
1827 .ifnum = QUIRK_ANY_INTERFACE,
1828 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001829 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 .out_cables = 0x01ff,
1831 .in_cables = 0x01ff
1832 }
1833 }
1834},
1835{
1836 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1041),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001837 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 .vendor_name = "M-Audio",
1839 .product_name = "MidiSport 2x4",
1840 .ifnum = QUIRK_ANY_INTERFACE,
1841 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001842 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843 .out_cables = 0x000f,
1844 .in_cables = 0x0003
1845 }
1846 }
1847},
1848{
1849 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2001),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001850 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851 .vendor_name = "M-Audio",
1852 .product_name = "Quattro",
1853 .ifnum = QUIRK_ANY_INTERFACE,
1854 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001855 .data = & (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 /*
1857 * Interfaces 0-2 are "Windows-compatible", 16-bit only,
1858 * and share endpoints with the other interfaces.
1859 * Ignore them. The other interfaces can do 24 bits,
1860 * but captured samples are big-endian (see usbaudio.c).
1861 */
1862 {
1863 .ifnum = 0,
1864 .type = QUIRK_IGNORE_INTERFACE
1865 },
1866 {
1867 .ifnum = 1,
1868 .type = QUIRK_IGNORE_INTERFACE
1869 },
1870 {
1871 .ifnum = 2,
1872 .type = QUIRK_IGNORE_INTERFACE
1873 },
1874 {
1875 .ifnum = 3,
1876 .type = QUIRK_IGNORE_INTERFACE
1877 },
1878 {
1879 .ifnum = 4,
1880 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1881 },
1882 {
1883 .ifnum = 5,
1884 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1885 },
1886 {
1887 .ifnum = 6,
1888 .type = QUIRK_IGNORE_INTERFACE
1889 },
1890 {
1891 .ifnum = 7,
1892 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1893 },
1894 {
1895 .ifnum = 8,
1896 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1897 },
1898 {
1899 .ifnum = 9,
1900 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001901 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 .out_cables = 0x0001,
1903 .in_cables = 0x0001
1904 }
1905 },
1906 {
1907 .ifnum = -1
1908 }
1909 }
1910 }
1911},
1912{
1913 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2003),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001914 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 .vendor_name = "M-Audio",
1916 .product_name = "AudioPhile",
1917 .ifnum = 6,
1918 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001919 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 .out_cables = 0x0001,
1921 .in_cables = 0x0001
1922 }
1923 }
1924},
1925{
1926 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2008),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001927 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928 .vendor_name = "M-Audio",
1929 .product_name = "Ozone",
1930 .ifnum = 3,
1931 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001932 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 .out_cables = 0x0001,
1934 .in_cables = 0x0001
1935 }
1936 }
1937},
1938{
1939 USB_DEVICE_VENDOR_SPEC(0x0763, 0x200d),
Takashi Iwai86e07d32005-11-17 15:08:02 +01001940 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 .vendor_name = "M-Audio",
1942 .product_name = "OmniStudio",
1943 .ifnum = QUIRK_ANY_INTERFACE,
1944 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001945 .data = & (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 {
1947 .ifnum = 0,
1948 .type = QUIRK_IGNORE_INTERFACE
1949 },
1950 {
1951 .ifnum = 1,
1952 .type = QUIRK_IGNORE_INTERFACE
1953 },
1954 {
1955 .ifnum = 2,
1956 .type = QUIRK_IGNORE_INTERFACE
1957 },
1958 {
1959 .ifnum = 3,
1960 .type = QUIRK_IGNORE_INTERFACE
1961 },
1962 {
1963 .ifnum = 4,
1964 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1965 },
1966 {
1967 .ifnum = 5,
1968 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1969 },
1970 {
1971 .ifnum = 6,
1972 .type = QUIRK_IGNORE_INTERFACE
1973 },
1974 {
1975 .ifnum = 7,
1976 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1977 },
1978 {
1979 .ifnum = 8,
1980 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1981 },
1982 {
1983 .ifnum = 9,
1984 .type = QUIRK_MIDI_MIDIMAN,
Takashi Iwai86e07d32005-11-17 15:08:02 +01001985 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 .out_cables = 0x0001,
1987 .in_cables = 0x0001
1988 }
1989 },
1990 {
1991 .ifnum = -1
1992 }
1993 }
1994 }
1995},
Clemens Ladisch2ea547dc2007-09-17 09:33:17 +02001996{
1997 USB_DEVICE(0x0763, 0x2019),
1998 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1999 /* .vendor_name = "M-Audio", */
2000 /* .product_name = "Ozone Academic", */
2001 .ifnum = QUIRK_ANY_INTERFACE,
2002 .type = QUIRK_COMPOSITE,
2003 .data = & (const struct snd_usb_audio_quirk[]) {
2004 {
2005 .ifnum = 0,
2006 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2007 },
2008 {
2009 .ifnum = 1,
2010 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2011 },
2012 {
2013 .ifnum = 2,
2014 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2015 },
2016 {
2017 .ifnum = 3,
2018 .type = QUIRK_MIDI_MIDIMAN,
2019 .data = & (const struct snd_usb_midi_endpoint_info) {
2020 .out_cables = 0x0001,
2021 .in_cables = 0x0001
2022 }
2023 },
2024 {
2025 .ifnum = -1
2026 }
2027 }
2028 }
2029},
Felix Homannfca5bca2010-03-25 11:29:14 +01002030{
Eldad Zack76f74bc2012-11-28 23:55:38 +01002031 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030),
2032 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2033 /* .vendor_name = "M-Audio", */
2034 /* .product_name = "Fast Track C400", */
2035 .ifnum = QUIRK_ANY_INTERFACE,
2036 .type = QUIRK_COMPOSITE,
2037 .data = &(const struct snd_usb_audio_quirk[]) {
2038 {
2039 .ifnum = 1,
2040 .type = QUIRK_AUDIO_STANDARD_MIXER,
2041 },
2042 /* Playback */
2043 {
2044 .ifnum = 2,
2045 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2046 .data = &(const struct audioformat) {
2047 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2048 .channels = 6,
2049 .iface = 2,
2050 .altsetting = 1,
2051 .altset_idx = 1,
2052 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2053 .endpoint = 0x01,
2054 .ep_attr = 0x09,
2055 .rates = SNDRV_PCM_RATE_44100 |
2056 SNDRV_PCM_RATE_48000 |
2057 SNDRV_PCM_RATE_88200 |
2058 SNDRV_PCM_RATE_96000,
2059 .rate_min = 44100,
2060 .rate_max = 96000,
2061 .nr_rates = 4,
2062 .rate_table = (unsigned int[]) {
2063 44100, 48000, 88200, 96000
2064 },
Eldad Zack2aad2722013-01-13 23:02:02 +01002065 .clock = 0x80,
Eldad Zack76f74bc2012-11-28 23:55:38 +01002066 }
2067 },
2068 /* Capture */
2069 {
2070 .ifnum = 3,
2071 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2072 .data = &(const struct audioformat) {
2073 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2074 .channels = 4,
2075 .iface = 3,
2076 .altsetting = 1,
2077 .altset_idx = 1,
2078 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2079 .endpoint = 0x81,
2080 .ep_attr = 0x05,
2081 .rates = SNDRV_PCM_RATE_44100 |
2082 SNDRV_PCM_RATE_48000 |
2083 SNDRV_PCM_RATE_88200 |
2084 SNDRV_PCM_RATE_96000,
2085 .rate_min = 44100,
2086 .rate_max = 96000,
2087 .nr_rates = 4,
2088 .rate_table = (unsigned int[]) {
2089 44100, 48000, 88200, 96000
2090 },
Eldad Zack2aad2722013-01-13 23:02:02 +01002091 .clock = 0x80,
Eldad Zack76f74bc2012-11-28 23:55:38 +01002092 }
2093 },
2094 /* MIDI */
2095 {
2096 .ifnum = -1 /* Interface = 4 */
2097 }
2098 }
2099 }
2100},
2101{
Matt Gruskine9a25e02013-02-09 12:56:35 -05002102 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2031),
2103 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2104 /* .vendor_name = "M-Audio", */
2105 /* .product_name = "Fast Track C600", */
2106 .ifnum = QUIRK_ANY_INTERFACE,
2107 .type = QUIRK_COMPOSITE,
2108 .data = &(const struct snd_usb_audio_quirk[]) {
2109 {
2110 .ifnum = 1,
2111 .type = QUIRK_AUDIO_STANDARD_MIXER,
2112 },
2113 /* Playback */
2114 {
2115 .ifnum = 2,
2116 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2117 .data = &(const struct audioformat) {
2118 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2119 .channels = 8,
2120 .iface = 2,
2121 .altsetting = 1,
2122 .altset_idx = 1,
2123 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2124 .endpoint = 0x01,
2125 .ep_attr = 0x09,
2126 .rates = SNDRV_PCM_RATE_44100 |
2127 SNDRV_PCM_RATE_48000 |
2128 SNDRV_PCM_RATE_88200 |
2129 SNDRV_PCM_RATE_96000,
2130 .rate_min = 44100,
2131 .rate_max = 96000,
2132 .nr_rates = 4,
2133 .rate_table = (unsigned int[]) {
2134 44100, 48000, 88200, 96000
2135 },
2136 .clock = 0x80,
2137 }
2138 },
2139 /* Capture */
2140 {
2141 .ifnum = 3,
2142 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2143 .data = &(const struct audioformat) {
2144 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2145 .channels = 6,
2146 .iface = 3,
2147 .altsetting = 1,
2148 .altset_idx = 1,
2149 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2150 .endpoint = 0x81,
2151 .ep_attr = 0x05,
2152 .rates = SNDRV_PCM_RATE_44100 |
2153 SNDRV_PCM_RATE_48000 |
2154 SNDRV_PCM_RATE_88200 |
2155 SNDRV_PCM_RATE_96000,
2156 .rate_min = 44100,
2157 .rate_max = 96000,
2158 .nr_rates = 4,
2159 .rate_table = (unsigned int[]) {
2160 44100, 48000, 88200, 96000
2161 },
2162 .clock = 0x80,
2163 }
2164 },
2165 /* MIDI */
2166 {
2167 .ifnum = -1 /* Interface = 4 */
2168 }
2169 }
2170 }
2171},
2172{
Daniel Mackc91d9cd2011-05-18 11:28:45 +02002173 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2080),
Felix Homannfca5bca2010-03-25 11:29:14 +01002174 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2175 /* .vendor_name = "M-Audio", */
Clemens Ladisch65f04442010-09-02 12:58:25 +02002176 /* .product_name = "Fast Track Ultra", */
Felix Homannfca5bca2010-03-25 11:29:14 +01002177 .ifnum = QUIRK_ANY_INTERFACE,
2178 .type = QUIRK_COMPOSITE,
2179 .data = & (const struct snd_usb_audio_quirk[]) {
2180 {
2181 .ifnum = 0,
Daniel Mackd5a0bf62011-05-25 09:09:03 +02002182 .type = QUIRK_AUDIO_STANDARD_MIXER,
Felix Homannfca5bca2010-03-25 11:29:14 +01002183 },
2184 {
2185 .ifnum = 1,
Clemens Ladisch65f04442010-09-02 12:58:25 +02002186 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2187 .data = & (const struct audioformat) {
2188 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2189 .channels = 8,
2190 .iface = 1,
2191 .altsetting = 1,
2192 .altset_idx = 1,
2193 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2194 .endpoint = 0x01,
2195 .ep_attr = 0x09,
2196 .rates = SNDRV_PCM_RATE_44100 |
2197 SNDRV_PCM_RATE_48000 |
2198 SNDRV_PCM_RATE_88200 |
2199 SNDRV_PCM_RATE_96000,
2200 .rate_min = 44100,
2201 .rate_max = 96000,
2202 .nr_rates = 4,
2203 .rate_table = (unsigned int[]) {
2204 44100, 48000, 88200, 96000
2205 }
2206 }
Felix Homannfca5bca2010-03-25 11:29:14 +01002207 },
2208 {
2209 .ifnum = 2,
Clemens Ladisch65f04442010-09-02 12:58:25 +02002210 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2211 .data = & (const struct audioformat) {
2212 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2213 .channels = 8,
2214 .iface = 2,
2215 .altsetting = 1,
2216 .altset_idx = 1,
2217 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2218 .endpoint = 0x81,
2219 .ep_attr = 0x05,
2220 .rates = SNDRV_PCM_RATE_44100 |
2221 SNDRV_PCM_RATE_48000 |
2222 SNDRV_PCM_RATE_88200 |
2223 SNDRV_PCM_RATE_96000,
2224 .rate_min = 44100,
2225 .rate_max = 96000,
2226 .nr_rates = 4,
2227 .rate_table = (unsigned int[]) {
2228 44100, 48000, 88200, 96000
2229 }
2230 }
Felix Homannfca5bca2010-03-25 11:29:14 +01002231 },
2232 /* interface 3 (MIDI) is standard compliant */
2233 {
2234 .ifnum = -1
2235 }
2236 }
2237 }
2238},
2239{
Daniel Mackc91d9cd2011-05-18 11:28:45 +02002240 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2081),
Felix Homannfca5bca2010-03-25 11:29:14 +01002241 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2242 /* .vendor_name = "M-Audio", */
2243 /* .product_name = "Fast Track Ultra 8R", */
2244 .ifnum = QUIRK_ANY_INTERFACE,
2245 .type = QUIRK_COMPOSITE,
2246 .data = & (const struct snd_usb_audio_quirk[]) {
2247 {
2248 .ifnum = 0,
Daniel Mackd5a0bf62011-05-25 09:09:03 +02002249 .type = QUIRK_AUDIO_STANDARD_MIXER,
Felix Homannfca5bca2010-03-25 11:29:14 +01002250 },
2251 {
2252 .ifnum = 1,
Clemens Ladisch65f04442010-09-02 12:58:25 +02002253 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2254 .data = & (const struct audioformat) {
2255 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2256 .channels = 8,
2257 .iface = 1,
2258 .altsetting = 1,
2259 .altset_idx = 1,
2260 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2261 .endpoint = 0x01,
2262 .ep_attr = 0x09,
2263 .rates = SNDRV_PCM_RATE_44100 |
2264 SNDRV_PCM_RATE_48000 |
2265 SNDRV_PCM_RATE_88200 |
2266 SNDRV_PCM_RATE_96000,
2267 .rate_min = 44100,
2268 .rate_max = 96000,
2269 .nr_rates = 4,
2270 .rate_table = (unsigned int[]) {
2271 44100, 48000, 88200, 96000
2272 }
2273 }
Felix Homannfca5bca2010-03-25 11:29:14 +01002274 },
2275 {
2276 .ifnum = 2,
Clemens Ladisch65f04442010-09-02 12:58:25 +02002277 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2278 .data = & (const struct audioformat) {
2279 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2280 .channels = 8,
2281 .iface = 2,
2282 .altsetting = 1,
2283 .altset_idx = 1,
2284 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2285 .endpoint = 0x81,
2286 .ep_attr = 0x05,
2287 .rates = SNDRV_PCM_RATE_44100 |
2288 SNDRV_PCM_RATE_48000 |
2289 SNDRV_PCM_RATE_88200 |
2290 SNDRV_PCM_RATE_96000,
2291 .rate_min = 44100,
2292 .rate_max = 96000,
2293 .nr_rates = 4,
2294 .rate_table = (unsigned int[]) {
2295 44100, 48000, 88200, 96000
2296 }
2297 }
Felix Homannfca5bca2010-03-25 11:29:14 +01002298 },
2299 /* interface 3 (MIDI) is standard compliant */
2300 {
2301 .ifnum = -1
2302 }
2303 }
2304 }
2305},
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306
Clemens Ladisch0243ef712006-03-09 07:55:55 +01002307/* Casio devices */
2308{
Clemens Ladisch9808dc92006-03-16 08:15:25 +01002309 USB_DEVICE(0x07cf, 0x6801),
2310 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2311 .vendor_name = "Casio",
2312 .product_name = "PL-40R",
2313 .ifnum = 0,
2314 .type = QUIRK_MIDI_YAMAHA
2315 }
2316},
2317{
Clemens Ladisch318d27f2006-03-09 08:17:08 +01002318 /* this ID is used by several devices without a product ID */
Clemens Ladisch0243ef712006-03-09 07:55:55 +01002319 USB_DEVICE(0x07cf, 0x6802),
2320 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2321 .vendor_name = "Casio",
Clemens Ladisch318d27f2006-03-09 08:17:08 +01002322 .product_name = "Keyboard",
Clemens Ladisch0243ef712006-03-09 07:55:55 +01002323 .ifnum = 0,
2324 .type = QUIRK_MIDI_YAMAHA
2325 }
2326},
2327
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328/* Mark of the Unicorn devices */
2329{
2330 /* thanks to Robert A. Lerche <ral 'at' msbit.com> */
Clemens Ladischbbd46152005-07-04 09:21:45 +02002331 .match_flags = USB_DEVICE_ID_MATCH_VENDOR |
2332 USB_DEVICE_ID_MATCH_PRODUCT |
2333 USB_DEVICE_ID_MATCH_DEV_SUBCLASS,
2334 .idVendor = 0x07fd,
2335 .idProduct = 0x0001,
2336 .bDeviceSubClass = 2,
Takashi Iwai86e07d32005-11-17 15:08:02 +01002337 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338 .vendor_name = "MOTU",
2339 .product_name = "Fastlane",
2340 .ifnum = QUIRK_ANY_INTERFACE,
2341 .type = QUIRK_COMPOSITE,
Takashi Iwai86e07d32005-11-17 15:08:02 +01002342 .data = & (const struct snd_usb_audio_quirk[]) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 {
2344 .ifnum = 0,
Clemens Ladischc7f57212010-10-22 18:20:48 +02002345 .type = QUIRK_MIDI_RAW_BYTES
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 },
2347 {
2348 .ifnum = 1,
2349 .type = QUIRK_IGNORE_INTERFACE
2350 },
2351 {
2352 .ifnum = -1
2353 }
2354 }
2355 }
2356},
2357
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358/* Emagic devices */
2359{
2360 USB_DEVICE(0x086a, 0x0001),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002361 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362 .vendor_name = "Emagic",
2363 /* .product_name = "Unitor8", */
2364 .ifnum = 2,
2365 .type = QUIRK_MIDI_EMAGIC,
Takashi Iwai86e07d32005-11-17 15:08:02 +01002366 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 .out_cables = 0x80ff,
2368 .in_cables = 0x80ff
2369 }
2370 }
2371},
2372{
2373 USB_DEVICE(0x086a, 0x0002),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002374 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375 .vendor_name = "Emagic",
2376 /* .product_name = "AMT8", */
2377 .ifnum = 2,
2378 .type = QUIRK_MIDI_EMAGIC,
Takashi Iwai86e07d32005-11-17 15:08:02 +01002379 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380 .out_cables = 0x80ff,
2381 .in_cables = 0x80ff
2382 }
2383 }
2384},
2385{
2386 USB_DEVICE(0x086a, 0x0003),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002387 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388 .vendor_name = "Emagic",
2389 /* .product_name = "MT4", */
2390 .ifnum = 2,
2391 .type = QUIRK_MIDI_EMAGIC,
Takashi Iwai86e07d32005-11-17 15:08:02 +01002392 .data = & (const struct snd_usb_midi_endpoint_info) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 .out_cables = 0x800f,
2394 .in_cables = 0x8003
2395 }
2396 }
2397},
2398
Daniel Mack56a9eb12011-05-18 11:28:42 +02002399/* KORG devices */
2400{
2401 USB_DEVICE_VENDOR_SPEC(0x0944, 0x0200),
2402 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2403 .vendor_name = "KORG, Inc.",
2404 /* .product_name = "PANDORA PX5D", */
2405 .ifnum = 3,
2406 .type = QUIRK_MIDI_STANDARD_INTERFACE,
2407 }
2408},
2409
Sergiusz Urbaniak1bba1602011-12-05 20:27:46 +01002410{
2411 USB_DEVICE_VENDOR_SPEC(0x0944, 0x0201),
2412 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2413 .vendor_name = "KORG, Inc.",
2414 /* .product_name = "ToneLab ST", */
2415 .ifnum = 3,
2416 .type = QUIRK_MIDI_STANDARD_INTERFACE,
2417 }
2418},
2419
Krzysztof Foltman4434ade2010-05-20 20:31:10 +01002420/* AKAI devices */
2421{
2422 USB_DEVICE(0x09e8, 0x0062),
2423 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2424 .vendor_name = "AKAI",
2425 .product_name = "MPD16",
2426 .ifnum = 0,
2427 .type = QUIRK_MIDI_AKAI,
2428 }
2429},
2430
Clemens Ladisch31ab9522005-09-26 08:55:01 +02002431/* TerraTec devices */
2432{
2433 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0012),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002434 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladisch31ab9522005-09-26 08:55:01 +02002435 .vendor_name = "TerraTec",
2436 .product_name = "PHASE 26",
2437 .ifnum = 3,
2438 .type = QUIRK_MIDI_STANDARD_INTERFACE
2439 }
2440},
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441{
2442 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0013),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002443 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladisch31ab9522005-09-26 08:55:01 +02002444 .vendor_name = "TerraTec",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 .product_name = "PHASE 26",
2446 .ifnum = 3,
2447 .type = QUIRK_MIDI_STANDARD_INTERFACE
2448 }
2449},
Clemens Ladischb2b82292006-02-08 12:38:23 +01002450{
Clemens Ladischbc56eff2006-04-13 10:16:08 +02002451 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0014),
2452 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2453 .vendor_name = "TerraTec",
2454 .product_name = "PHASE 26",
2455 .ifnum = 3,
2456 .type = QUIRK_MIDI_STANDARD_INTERFACE
2457 }
2458},
2459{
Andrea Borgiaca85b6b2009-06-02 19:21:17 +02002460 USB_DEVICE(0x0ccd, 0x0028),
Andrea Borgia93bfd012009-06-01 10:48:54 +02002461 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2462 .vendor_name = "TerraTec",
Andrea Borgiad9e89bf2009-06-14 12:16:17 +02002463 .product_name = "Aureon5.1MkII",
Andrea Borgia93bfd012009-06-01 10:48:54 +02002464 .ifnum = QUIRK_NO_INTERFACE
2465 }
2466},
2467{
Clemens Ladischb2b82292006-02-08 12:38:23 +01002468 USB_DEVICE(0x0ccd, 0x0035),
2469 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2470 .vendor_name = "Miditech",
2471 .product_name = "Play'n Roll",
2472 .ifnum = 0,
2473 .type = QUIRK_MIDI_CME
2474 }
2475},
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476
Mark Hills0f28ecd2007-08-10 08:01:54 +02002477/* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
2478{
2479 USB_DEVICE(0x103d, 0x0100),
2480 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2481 .vendor_name = "Stanton",
2482 .product_name = "ScratchAmp",
2483 .ifnum = QUIRK_NO_INTERFACE
2484 }
2485},
2486{
2487 USB_DEVICE(0x103d, 0x0101),
2488 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2489 .vendor_name = "Stanton",
2490 .product_name = "ScratchAmp",
2491 .ifnum = QUIRK_NO_INTERFACE
2492 }
2493},
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495/* Novation EMS devices */
2496{
2497 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002498 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 .vendor_name = "Novation",
2500 .product_name = "ReMOTE Audio/XStation",
2501 .ifnum = 4,
2502 .type = QUIRK_MIDI_NOVATION
2503 }
2504},
2505{
2506 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0002),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002507 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 .vendor_name = "Novation",
2509 .product_name = "Speedio",
2510 .ifnum = 3,
2511 .type = QUIRK_MIDI_NOVATION
2512 }
2513},
2514{
Clemens Ladischc7f57212010-10-22 18:20:48 +02002515 USB_DEVICE(0x1235, 0x000e),
2516 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2517 /* .vendor_name = "Novation", */
2518 /* .product_name = "Launchpad", */
2519 .ifnum = 0,
2520 .type = QUIRK_MIDI_RAW_BYTES
2521 }
2522},
2523{
Mark Hills5e212332013-03-17 11:07:53 +00002524 USB_DEVICE(0x1235, 0x0018),
2525 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2526 .vendor_name = "Novation",
2527 .product_name = "Twitch",
2528 .ifnum = QUIRK_ANY_INTERFACE,
2529 .type = QUIRK_COMPOSITE,
2530 .data = (const struct snd_usb_audio_quirk[]) {
2531 {
2532 .ifnum = 0,
2533 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2534 .data = & (const struct audioformat) {
2535 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2536 .channels = 4,
2537 .iface = 0,
2538 .altsetting = 1,
2539 .altset_idx = 1,
2540 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2541 .endpoint = 0x01,
2542 .ep_attr = USB_ENDPOINT_XFER_ISOC,
2543 .rates = SNDRV_PCM_RATE_44100 |
2544 SNDRV_PCM_RATE_48000,
2545 .rate_min = 44100,
2546 .rate_max = 48000,
2547 .nr_rates = 2,
2548 .rate_table = (unsigned int[]) {
2549 44100, 48000
2550 }
2551 }
2552 },
2553 {
2554 .ifnum = 1,
2555 .type = QUIRK_MIDI_RAW_BYTES
2556 },
2557 {
2558 .ifnum = -1
2559 }
2560 }
2561 }
2562},
2563{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 USB_DEVICE_VENDOR_SPEC(0x1235, 0x4661),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002565 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 .vendor_name = "Novation",
2567 .product_name = "ReMOTE25",
2568 .ifnum = 0,
2569 .type = QUIRK_MIDI_NOVATION
2570 }
2571},
2572
Sebastien Alaiwand39e82d2010-02-16 08:55:08 +01002573/* Access Music devices */
2574{
2575 /* VirusTI Desktop */
2576 USB_DEVICE_VENDOR_SPEC(0x133e, 0x0815),
2577 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2578 .ifnum = QUIRK_ANY_INTERFACE,
2579 .type = QUIRK_COMPOSITE,
2580 .data = &(const struct snd_usb_audio_quirk[]) {
2581 {
2582 .ifnum = 3,
2583 .type = QUIRK_MIDI_FIXED_ENDPOINT,
2584 .data = &(const struct snd_usb_midi_endpoint_info) {
2585 .out_cables = 0x0003,
2586 .in_cables = 0x0003
2587 }
2588 },
2589 {
2590 .ifnum = 4,
2591 .type = QUIRK_IGNORE_INTERFACE
2592 },
2593 {
2594 .ifnum = -1
2595 }
2596 }
2597 }
2598},
2599
Mark Hills3a7788b2007-09-03 08:20:09 +02002600/* */
Clemens Ladisch15944802007-08-29 17:38:14 +02002601{
Mark Hills3a7788b2007-09-03 08:20:09 +02002602 /* aka. Serato Scratch Live DJ Box */
Clemens Ladisch15944802007-08-29 17:38:14 +02002603 USB_DEVICE(0x13e5, 0x0001),
Mark Hills3a7788b2007-09-03 08:20:09 +02002604 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2605 .vendor_name = "Rane",
2606 .product_name = "SL-1",
2607 .ifnum = QUIRK_NO_INTERFACE
Clemens Ladisch15944802007-08-29 17:38:14 +02002608 }
2609},
2610
Daniel Mack54a8c502011-02-11 11:08:06 +00002611/* Native Instruments MK2 series */
2612{
Daniel Mack759e890f2011-05-18 11:28:41 +02002613 /* Komplete Audio 6 */
Daniel Mack9cdc3522011-04-11 17:56:32 +02002614 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2615 .idVendor = 0x17cc,
2616 .idProduct = 0x1000,
2617},
2618{
Daniel Mack54a8c502011-02-11 11:08:06 +00002619 /* Traktor Audio 6 */
2620 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2621 .idVendor = 0x17cc,
2622 .idProduct = 0x1010,
2623},
2624{
2625 /* Traktor Audio 10 */
2626 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2627 .idVendor = 0x17cc,
2628 .idProduct = 0x1020,
2629},
2630
Miller Puckette02651d12011-08-04 12:25:56 -07002631/* KeithMcMillen Stringport */
2632{
2633 USB_DEVICE(0x1f38, 0x0001),
2634 .bInterfaceClass = USB_CLASS_AUDIO,
2635},
2636
Clemens Ladischcc7a59b2006-02-07 17:11:06 +01002637/* Miditech devices */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638{
Clemens Ladischf38275f2005-07-25 16:17:29 +02002639 USB_DEVICE(0x4752, 0x0011),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002640 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladischf38275f2005-07-25 16:17:29 +02002641 .vendor_name = "Miditech",
2642 .product_name = "Midistart-2",
2643 .ifnum = 0,
Clemens Ladischcc7a59b2006-02-07 17:11:06 +01002644 .type = QUIRK_MIDI_CME
Clemens Ladischf38275f2005-07-25 16:17:29 +02002645 }
2646},
Clemens Ladischcc7a59b2006-02-07 17:11:06 +01002647
2648/* Central Music devices */
Clemens Ladischf38275f2005-07-25 16:17:29 +02002649{
Clemens Ladischcc7a59b2006-02-07 17:11:06 +01002650 /* this ID used by both Miditech MidiStudio-2 and CME UF-x */
Clemens Ladischf38275f2005-07-25 16:17:29 +02002651 USB_DEVICE(0x7104, 0x2202),
Takashi Iwai86e07d32005-11-17 15:08:02 +01002652 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Clemens Ladischf38275f2005-07-25 16:17:29 +02002653 .ifnum = 0,
Clemens Ladischcc7a59b2006-02-07 17:11:06 +01002654 .type = QUIRK_MIDI_CME
Clemens Ladischf38275f2005-07-25 16:17:29 +02002655 }
2656},
2657
John S. Gruber52a7a582009-12-27 12:19:59 -05002658/* Hauppauge HVR-950Q and HVR-850 */
2659{
2660 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7200),
2661 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2662 USB_DEVICE_ID_MATCH_INT_CLASS |
2663 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2664 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +01002665 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
John S. Gruber52a7a582009-12-27 12:19:59 -05002666 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2667 .vendor_name = "Hauppauge",
2668 .product_name = "HVR-950Q",
2669 .ifnum = QUIRK_ANY_INTERFACE,
2670 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2671 }
2672},
2673{
John S Gruberdd2f8c22010-08-01 09:53:37 -04002674 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7240),
John S. Gruber52a7a582009-12-27 12:19:59 -05002675 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2676 USB_DEVICE_ID_MATCH_INT_CLASS |
2677 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2678 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +01002679 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
John S. Gruber52a7a582009-12-27 12:19:59 -05002680 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2681 .vendor_name = "Hauppauge",
2682 .product_name = "HVR-850",
2683 .ifnum = QUIRK_ANY_INTERFACE,
2684 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2685 }
2686},
John S Gruberdd2f8c22010-08-01 09:53:37 -04002687{
2688 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7210),
2689 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2690 USB_DEVICE_ID_MATCH_INT_CLASS |
2691 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2692 .bInterfaceClass = USB_CLASS_AUDIO,
2693 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2694 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2695 .vendor_name = "Hauppauge",
2696 .product_name = "HVR-950Q",
2697 .ifnum = QUIRK_ANY_INTERFACE,
2698 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2699 }
2700},
2701{
2702 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7217),
2703 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2704 USB_DEVICE_ID_MATCH_INT_CLASS |
2705 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2706 .bInterfaceClass = USB_CLASS_AUDIO,
2707 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2708 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2709 .vendor_name = "Hauppauge",
2710 .product_name = "HVR-950Q",
2711 .ifnum = QUIRK_ANY_INTERFACE,
2712 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2713 }
2714},
2715{
2716 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721b),
2717 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2718 USB_DEVICE_ID_MATCH_INT_CLASS |
2719 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2720 .bInterfaceClass = USB_CLASS_AUDIO,
2721 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2722 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2723 .vendor_name = "Hauppauge",
2724 .product_name = "HVR-950Q",
2725 .ifnum = QUIRK_ANY_INTERFACE,
2726 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2727 }
2728},
2729{
2730 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721e),
2731 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2732 USB_DEVICE_ID_MATCH_INT_CLASS |
2733 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2734 .bInterfaceClass = USB_CLASS_AUDIO,
2735 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2736 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2737 .vendor_name = "Hauppauge",
2738 .product_name = "HVR-950Q",
2739 .ifnum = QUIRK_ANY_INTERFACE,
2740 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2741 }
2742},
2743{
2744 USB_DEVICE_VENDOR_SPEC(0x2040, 0x721f),
2745 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2746 USB_DEVICE_ID_MATCH_INT_CLASS |
2747 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2748 .bInterfaceClass = USB_CLASS_AUDIO,
2749 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2750 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2751 .vendor_name = "Hauppauge",
2752 .product_name = "HVR-950Q",
2753 .ifnum = QUIRK_ANY_INTERFACE,
2754 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2755 }
2756},
2757{
2758 USB_DEVICE_VENDOR_SPEC(0x2040, 0x7280),
2759 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2760 USB_DEVICE_ID_MATCH_INT_CLASS |
2761 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2762 .bInterfaceClass = USB_CLASS_AUDIO,
2763 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2764 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2765 .vendor_name = "Hauppauge",
2766 .product_name = "HVR-950Q",
2767 .ifnum = QUIRK_ANY_INTERFACE,
2768 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2769 }
2770},
2771{
2772 USB_DEVICE_VENDOR_SPEC(0x0fd9, 0x0008),
2773 .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
2774 USB_DEVICE_ID_MATCH_INT_CLASS |
2775 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
2776 .bInterfaceClass = USB_CLASS_AUDIO,
2777 .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
2778 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2779 .vendor_name = "Hauppauge",
2780 .product_name = "HVR-950Q",
2781 .ifnum = QUIRK_ANY_INTERFACE,
2782 .type = QUIRK_AUDIO_ALIGN_TRANSFER,
2783 }
2784},
John S. Gruber52a7a582009-12-27 12:19:59 -05002785
Chris J Arges40717382010-02-17 12:12:52 -06002786/* Digidesign Mbox */
2787{
2788 /* Thanks to Clemens Ladisch <clemens@ladisch.de> */
2789 USB_DEVICE(0x0dba, 0x1000),
2790 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2791 .vendor_name = "Digidesign",
2792 .product_name = "MBox",
2793 .ifnum = QUIRK_ANY_INTERFACE,
2794 .type = QUIRK_COMPOSITE,
2795 .data = (const struct snd_usb_audio_quirk[]){
2796 {
2797 .ifnum = 0,
2798 .type = QUIRK_IGNORE_INTERFACE,
2799 },
2800 {
2801 .ifnum = 1,
2802 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2803 .data = &(const struct audioformat) {
Clemens Ladisch29088fe2010-03-04 19:46:16 +01002804 .formats = SNDRV_PCM_FMTBIT_S24_3BE,
Chris J Arges40717382010-02-17 12:12:52 -06002805 .channels = 2,
2806 .iface = 1,
2807 .altsetting = 1,
2808 .altset_idx = 1,
Daniel Mackde48c7b2010-02-22 23:49:13 +01002809 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
Chris J Arges40717382010-02-17 12:12:52 -06002810 .endpoint = 0x02,
2811 .ep_attr = 0x01,
Chris J Arges40717382010-02-17 12:12:52 -06002812 .rates = SNDRV_PCM_RATE_44100 |
2813 SNDRV_PCM_RATE_48000,
2814 .rate_min = 44100,
2815 .rate_max = 48000,
2816 .nr_rates = 2,
2817 .rate_table = (unsigned int[]) {
2818 44100, 48000
2819 }
2820 }
2821 },
2822 {
2823 .ifnum = -1
2824 }
2825 }
2826
2827 }
2828},
Damien Zammitcb998642012-12-19 11:27:22 +01002829
2830/* DIGIDESIGN MBOX 2 */
2831{
2832 USB_DEVICE(0x0dba, 0x3000),
2833 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2834 .vendor_name = "Digidesign",
2835 .product_name = "Mbox 2",
2836 .ifnum = QUIRK_ANY_INTERFACE,
2837 .type = QUIRK_COMPOSITE,
2838 .data = (const struct snd_usb_audio_quirk[]) {
2839 {
2840 .ifnum = 0,
2841 .type = QUIRK_IGNORE_INTERFACE
2842 },
2843 {
2844 .ifnum = 1,
2845 .type = QUIRK_IGNORE_INTERFACE
2846 },
2847 {
2848 .ifnum = 2,
2849 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2850 .data = &(const struct audioformat) {
2851 .formats = SNDRV_PCM_FMTBIT_S24_3BE,
2852 .channels = 2,
2853 .iface = 2,
2854 .altsetting = 2,
2855 .altset_idx = 1,
2856 .attributes = 0x00,
2857 .endpoint = 0x03,
2858 .ep_attr = USB_ENDPOINT_SYNC_ASYNC,
Damien Zammitcb998642012-12-19 11:27:22 +01002859 .rates = SNDRV_PCM_RATE_48000,
2860 .rate_min = 48000,
2861 .rate_max = 48000,
2862 .nr_rates = 1,
2863 .rate_table = (unsigned int[]) {
2864 48000
2865 }
2866 }
2867 },
2868 {
2869 .ifnum = 3,
2870 .type = QUIRK_IGNORE_INTERFACE
2871 },
2872 {
2873 .ifnum = 4,
2874 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2875 .data = &(const struct audioformat) {
2876 .formats = SNDRV_PCM_FMTBIT_S24_3BE,
2877 .channels = 2,
2878 .iface = 4,
2879 .altsetting = 2,
2880 .altset_idx = 1,
2881 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2882 .endpoint = 0x85,
2883 .ep_attr = USB_ENDPOINT_SYNC_SYNC,
Damien Zammitcb998642012-12-19 11:27:22 +01002884 .rates = SNDRV_PCM_RATE_48000,
2885 .rate_min = 48000,
2886 .rate_max = 48000,
2887 .nr_rates = 1,
2888 .rate_table = (unsigned int[]) {
2889 48000
2890 }
2891 }
2892 },
2893 {
2894 .ifnum = 5,
2895 .type = QUIRK_IGNORE_INTERFACE
2896 },
2897 {
2898 .ifnum = 6,
Damien Zammitb7b435e2013-01-04 09:51:44 +01002899 .type = QUIRK_MIDI_MIDIMAN,
Damien Zammitcb998642012-12-19 11:27:22 +01002900 .data = &(const struct snd_usb_midi_endpoint_info) {
2901 .out_ep = 0x02,
2902 .out_cables = 0x0001,
2903 .in_ep = 0x81,
2904 .in_interval = 0x01,
2905 .in_cables = 0x0001
2906 }
2907 },
2908 {
2909 .ifnum = -1
2910 }
2911 }
2912 }
2913},
Oto Petřík613769f2012-09-24 14:25:04 +02002914{
2915 /* Tascam US122 MKII - playback-only support */
2916 .match_flags = USB_DEVICE_ID_MATCH_DEVICE,
2917 .idVendor = 0x0644,
2918 .idProduct = 0x8021,
2919 .bInterfaceClass = USB_CLASS_AUDIO,
2920 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2921 .vendor_name = "TASCAM",
2922 .product_name = "US122 MKII",
2923 .ifnum = QUIRK_ANY_INTERFACE,
2924 .type = QUIRK_COMPOSITE,
2925 .data = (const struct snd_usb_audio_quirk[]) {
2926 {
2927 .ifnum = 0,
2928 .type = QUIRK_IGNORE_INTERFACE
2929 },
2930 {
2931 .ifnum = 1,
2932 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2933 .data = &(const struct audioformat) {
2934 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
2935 .channels = 2,
2936 .iface = 1,
2937 .altsetting = 1,
2938 .altset_idx = 1,
2939 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
2940 .endpoint = 0x02,
2941 .ep_attr = USB_ENDPOINT_XFER_ISOC,
2942 .rates = SNDRV_PCM_RATE_44100 |
2943 SNDRV_PCM_RATE_48000 |
2944 SNDRV_PCM_RATE_88200 |
2945 SNDRV_PCM_RATE_96000,
2946 .rate_min = 44100,
2947 .rate_max = 96000,
2948 .nr_rates = 4,
2949 .rate_table = (unsigned int[]) {
2950 44100, 48000, 88200, 96000
2951 }
2952 }
2953 },
2954 {
2955 .ifnum = -1
2956 }
2957 }
2958 }
2959},
Chris J Arges40717382010-02-17 12:12:52 -06002960
Marko Friedemannc05fce52012-09-03 10:12:40 +02002961/* Microsoft XboxLive Headset/Xbox Communicator */
2962{
2963 USB_DEVICE(0x045e, 0x0283),
2964 .bInterfaceClass = USB_CLASS_PER_INTERFACE,
2965 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
2966 .vendor_name = "Microsoft",
2967 .product_name = "XboxLive Headset/Xbox Communicator",
2968 .ifnum = QUIRK_ANY_INTERFACE,
2969 .type = QUIRK_COMPOSITE,
2970 .data = &(const struct snd_usb_audio_quirk[]) {
2971 {
2972 /* playback */
2973 .ifnum = 0,
2974 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2975 .data = &(const struct audioformat) {
2976 .formats = SNDRV_PCM_FMTBIT_S16_LE,
2977 .channels = 1,
2978 .iface = 0,
2979 .altsetting = 0,
2980 .altset_idx = 0,
2981 .attributes = 0,
2982 .endpoint = 0x04,
2983 .ep_attr = 0x05,
2984 .rates = SNDRV_PCM_RATE_CONTINUOUS,
2985 .rate_min = 22050,
2986 .rate_max = 22050
2987 }
2988 },
2989 {
2990 /* capture */
2991 .ifnum = 1,
2992 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
2993 .data = &(const struct audioformat) {
2994 .formats = SNDRV_PCM_FMTBIT_S16_LE,
2995 .channels = 1,
2996 .iface = 1,
2997 .altsetting = 0,
2998 .altset_idx = 0,
2999 .attributes = 0,
3000 .endpoint = 0x85,
3001 .ep_attr = 0x05,
3002 .rates = SNDRV_PCM_RATE_CONTINUOUS,
3003 .rate_min = 16000,
3004 .rate_max = 16000
3005 }
3006 },
3007 {
3008 .ifnum = -1
3009 }
3010 }
3011 }
3012},
3013
Didier Villevaloisc9024662012-10-21 18:29:12 +02003014/* Reloop Play */
3015{
3016 USB_DEVICE(0x200c, 0x100b),
3017 .bInterfaceClass = USB_CLASS_PER_INTERFACE,
3018 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
3019 .ifnum = QUIRK_ANY_INTERFACE,
3020 .type = QUIRK_COMPOSITE,
3021 .data = &(const struct snd_usb_audio_quirk[]) {
3022 {
3023 .ifnum = 0,
3024 .type = QUIRK_AUDIO_STANDARD_MIXER,
3025 },
3026 {
3027 .ifnum = 1,
3028 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
3029 .data = &(const struct audioformat) {
3030 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
3031 .channels = 4,
3032 .iface = 1,
3033 .altsetting = 1,
3034 .altset_idx = 1,
3035 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
3036 .endpoint = 0x01,
3037 .ep_attr = USB_ENDPOINT_SYNC_ADAPTIVE,
3038 .rates = SNDRV_PCM_RATE_44100 |
3039 SNDRV_PCM_RATE_48000,
3040 .rate_min = 44100,
3041 .rate_max = 48000,
3042 .nr_rates = 2,
3043 .rate_table = (unsigned int[]) {
3044 44100, 48000
3045 }
3046 }
3047 },
3048 {
3049 .ifnum = -1
3050 }
3051 }
3052 }
3053},
3054
Clemens Ladischf38275f2005-07-25 16:17:29 +02003055{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056 /*
Martin Schwenke1762a592012-11-13 19:38:03 +11003057 * Focusrite Scarlett 18i6
3058 *
3059 * Avoid mixer creation, which otherwise fails because some of
3060 * the interface descriptor subtypes for interface 0 are
3061 * unknown. That should be fixed or worked-around but this at
3062 * least allows the device to be used successfully with a DAW
3063 * and an external mixer. See comments below about other
3064 * ignored interfaces.
3065 */
3066 USB_DEVICE(0x1235, 0x8004),
3067 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
3068 .vendor_name = "Focusrite",
3069 .product_name = "Scarlett 18i6",
3070 .ifnum = QUIRK_ANY_INTERFACE,
3071 .type = QUIRK_COMPOSITE,
3072 .data = & (const struct snd_usb_audio_quirk[]) {
3073 {
3074 /* InterfaceSubClass 1 (Control Device) */
3075 .ifnum = 0,
3076 .type = QUIRK_IGNORE_INTERFACE
3077 },
3078 {
3079 .ifnum = 1,
3080 .type = QUIRK_AUDIO_STANDARD_INTERFACE
3081 },
3082 {
3083 .ifnum = 2,
3084 .type = QUIRK_AUDIO_STANDARD_INTERFACE
3085 },
3086 {
3087 /* InterfaceSubClass 1 (Control Device) */
3088 .ifnum = 3,
3089 .type = QUIRK_IGNORE_INTERFACE
3090 },
3091 {
3092 .ifnum = 4,
3093 .type = QUIRK_MIDI_STANDARD_INTERFACE
3094 },
3095 {
3096 /* InterfaceSubClass 1 (Device Firmware Update) */
3097 .ifnum = 5,
3098 .type = QUIRK_IGNORE_INTERFACE
3099 },
3100 {
3101 .ifnum = -1
3102 }
3103 }
3104 }
3105},
3106
3107{
3108 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 * Some USB MIDI devices don't have an audio control interface,
3110 * so we have to grab MIDI streaming interfaces here.
3111 */
3112 .match_flags = USB_DEVICE_ID_MATCH_INT_CLASS |
3113 USB_DEVICE_ID_MATCH_INT_SUBCLASS,
3114 .bInterfaceClass = USB_CLASS_AUDIO,
Daniel Mackde48c7b2010-02-22 23:49:13 +01003115 .bInterfaceSubClass = USB_SUBCLASS_MIDISTREAMING,
Takashi Iwai86e07d32005-11-17 15:08:02 +01003116 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 .ifnum = QUIRK_ANY_INTERFACE,
3118 .type = QUIRK_MIDI_STANDARD_INTERFACE
3119 }
3120},
3121
Przemek Rudy066624c2013-06-27 23:52:33 +02003122{
3123 /*
3124 * The original product_name is "USB Sound Device", however this name
3125 * is also used by the CM106 based cards, so make it unique.
3126 */
3127 USB_DEVICE(0x0d8c, 0x0103),
3128 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
3129 .product_name = "Audio Advantage MicroII",
3130 .ifnum = QUIRK_NO_INTERFACE
3131 }
3132},
3133
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134#undef USB_DEVICE_VENDOR_SPEC