2 * ALSA USB Audio Driver
4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>,
5 * Clemens Ladisch <clemens@ladisch.de>
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.
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.
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
24 * The contents of this file are part of the driver's id_table.
26 * In a perfect world, this file would be empty.
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.)
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, \
40 .bInterfaceClass = USB_CLASS_VENDOR_SPEC
42 /* Creative/Toshiba Multimedia Center SB-0500 */
44 USB_DEVICE(0x041e, 0x3048),
45 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
46 .vendor_name
= "Toshiba",
47 .product_name
= "SB-0500",
48 .ifnum
= QUIRK_NO_INTERFACE
52 /* Creative/E-Mu devices */
54 USB_DEVICE(0x041e, 0x3010),
55 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
56 .vendor_name
= "Creative Labs",
57 .product_name
= "Sound Blaster MP3+",
58 .ifnum
= QUIRK_NO_INTERFACE
63 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
,
66 .bInterfaceClass
= USB_CLASS_AUDIO
,
70 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
,
73 .bInterfaceClass
= USB_CLASS_AUDIO
,
76 /* E-Mu Tracker Pre */
77 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
,
80 .bInterfaceClass
= USB_CLASS_AUDIO
,
84 * Logitech QuickCam: bDeviceClass is vendor-specific, so generic interface
85 * class matches do not take effect without an explicit ID match.
88 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
89 USB_DEVICE_ID_MATCH_INT_CLASS
|
90 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
93 .bInterfaceClass
= USB_CLASS_AUDIO
,
94 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
97 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
98 USB_DEVICE_ID_MATCH_INT_CLASS
|
99 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
102 .bInterfaceClass
= USB_CLASS_AUDIO
,
103 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
106 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
107 USB_DEVICE_ID_MATCH_INT_CLASS
|
108 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
111 .bInterfaceClass
= USB_CLASS_AUDIO
,
112 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
115 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
116 USB_DEVICE_ID_MATCH_INT_CLASS
|
117 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
120 .bInterfaceClass
= USB_CLASS_AUDIO
,
121 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
124 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
125 USB_DEVICE_ID_MATCH_INT_CLASS
|
126 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
129 .bInterfaceClass
= USB_CLASS_AUDIO
,
130 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
133 .match_flags
= USB_DEVICE_ID_MATCH_DEVICE
|
134 USB_DEVICE_ID_MATCH_INT_CLASS
|
135 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
138 .bInterfaceClass
= USB_CLASS_AUDIO
,
139 .bInterfaceSubClass
= USB_SUBCLASS_AUDIO_CONTROL
142 USB_DEVICE(0x046d, 0x0990),
143 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
144 .vendor_name
= "Logitech, Inc.",
145 .product_name
= "QuickCam Pro 9000",
146 .ifnum
= QUIRK_NO_INTERFACE
154 #define YAMAHA_DEVICE(id, name) { \
155 USB_DEVICE(0x0499, id), \
156 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
157 .vendor_name = "Yamaha", \
158 .product_name = name, \
159 .ifnum = QUIRK_ANY_INTERFACE, \
160 .type = QUIRK_MIDI_YAMAHA \
163 #define YAMAHA_INTERFACE(id, intf, name) { \
164 USB_DEVICE_VENDOR_SPEC(0x0499, id), \
165 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \
166 .vendor_name = "Yamaha", \
167 .product_name = name, \
169 .type = QUIRK_MIDI_YAMAHA \
172 YAMAHA_DEVICE(0x1000, "UX256"),
173 YAMAHA_DEVICE(0x1001, "MU1000"),
174 YAMAHA_DEVICE(0x1002, "MU2000"),
175 YAMAHA_DEVICE(0x1003, "MU500"),
176 YAMAHA_INTERFACE(0x1004, 3, "UW500"),
177 YAMAHA_DEVICE(0x1005, "MOTIF6"),
178 YAMAHA_DEVICE(0x1006, "MOTIF7"),
179 YAMAHA_DEVICE(0x1007, "MOTIF8"),
180 YAMAHA_DEVICE(0x1008, "UX96"),
181 YAMAHA_DEVICE(0x1009, "UX16"),
182 YAMAHA_INTERFACE(0x100a, 3, "EOS BX"),
183 YAMAHA_DEVICE(0x100c, "UC-MX"),
184 YAMAHA_DEVICE(0x100d, "UC-KX"),
185 YAMAHA_DEVICE(0x100e, "S08"),
186 YAMAHA_DEVICE(0x100f, "CLP-150"),
187 YAMAHA_DEVICE(0x1010, "CLP-170"),
188 YAMAHA_DEVICE(0x1011, "P-250"),
189 YAMAHA_DEVICE(0x1012, "TYROS"),
190 YAMAHA_DEVICE(0x1013, "PF-500"),
191 YAMAHA_DEVICE(0x1014, "S90"),
192 YAMAHA_DEVICE(0x1015, "MOTIF-R"),
193 YAMAHA_DEVICE(0x1016, "MDP-5"),
194 YAMAHA_DEVICE(0x1017, "CVP-204"),
195 YAMAHA_DEVICE(0x1018, "CVP-206"),
196 YAMAHA_DEVICE(0x1019, "CVP-208"),
197 YAMAHA_DEVICE(0x101a, "CVP-210"),
198 YAMAHA_DEVICE(0x101b, "PSR-1100"),
199 YAMAHA_DEVICE(0x101c, "PSR-2100"),
200 YAMAHA_DEVICE(0x101d, "CLP-175"),
201 YAMAHA_DEVICE(0x101e, "PSR-K1"),
202 YAMAHA_DEVICE(0x101f, "EZ-J24"),
203 YAMAHA_DEVICE(0x1020, "EZ-250i"),
204 YAMAHA_DEVICE(0x1021, "MOTIF ES 6"),
205 YAMAHA_DEVICE(0x1022, "MOTIF ES 7"),
206 YAMAHA_DEVICE(0x1023, "MOTIF ES 8"),
207 YAMAHA_DEVICE(0x1024, "CVP-301"),
208 YAMAHA_DEVICE(0x1025, "CVP-303"),
209 YAMAHA_DEVICE(0x1026, "CVP-305"),
210 YAMAHA_DEVICE(0x1027, "CVP-307"),
211 YAMAHA_DEVICE(0x1028, "CVP-309"),
212 YAMAHA_DEVICE(0x1029, "CVP-309GP"),
213 YAMAHA_DEVICE(0x102a, "PSR-1500"),
214 YAMAHA_DEVICE(0x102b, "PSR-3000"),
215 YAMAHA_DEVICE(0x102e, "ELS-01/01C"),
216 YAMAHA_DEVICE(0x1030, "PSR-295/293"),
217 YAMAHA_DEVICE(0x1031, "DGX-205/203"),
218 YAMAHA_DEVICE(0x1032, "DGX-305"),
219 YAMAHA_DEVICE(0x1033, "DGX-505"),
220 YAMAHA_DEVICE(0x1034, NULL
),
221 YAMAHA_DEVICE(0x1035, NULL
),
222 YAMAHA_DEVICE(0x1036, NULL
),
223 YAMAHA_DEVICE(0x1037, NULL
),
224 YAMAHA_DEVICE(0x1038, NULL
),
225 YAMAHA_DEVICE(0x1039, NULL
),
226 YAMAHA_DEVICE(0x103a, NULL
),
227 YAMAHA_DEVICE(0x103b, NULL
),
228 YAMAHA_DEVICE(0x103c, NULL
),
229 YAMAHA_DEVICE(0x103d, NULL
),
230 YAMAHA_DEVICE(0x103e, NULL
),
231 YAMAHA_DEVICE(0x103f, NULL
),
232 YAMAHA_DEVICE(0x1040, NULL
),
233 YAMAHA_DEVICE(0x1041, NULL
),
234 YAMAHA_DEVICE(0x1042, NULL
),
235 YAMAHA_DEVICE(0x1043, NULL
),
236 YAMAHA_DEVICE(0x1044, NULL
),
237 YAMAHA_DEVICE(0x1045, NULL
),
238 YAMAHA_INTERFACE(0x104e, 0, NULL
),
239 YAMAHA_DEVICE(0x104f, NULL
),
240 YAMAHA_DEVICE(0x1050, NULL
),
241 YAMAHA_DEVICE(0x1051, NULL
),
242 YAMAHA_DEVICE(0x1052, NULL
),
243 YAMAHA_DEVICE(0x2000, "DGP-7"),
244 YAMAHA_DEVICE(0x2001, "DGP-5"),
245 YAMAHA_DEVICE(0x2002, NULL
),
246 YAMAHA_DEVICE(0x5000, "CS1D"),
247 YAMAHA_DEVICE(0x5001, "DSP1D"),
248 YAMAHA_DEVICE(0x5002, "DME32"),
249 YAMAHA_DEVICE(0x5003, "DM2000"),
250 YAMAHA_DEVICE(0x5004, "02R96"),
251 YAMAHA_DEVICE(0x5005, "ACU16-C"),
252 YAMAHA_DEVICE(0x5006, "NHB32-C"),
253 YAMAHA_DEVICE(0x5007, "DM1000"),
254 YAMAHA_DEVICE(0x5008, "01V96"),
255 YAMAHA_DEVICE(0x5009, "SPX2000"),
256 YAMAHA_DEVICE(0x500a, "PM5D"),
257 YAMAHA_DEVICE(0x500b, "DME64N"),
258 YAMAHA_DEVICE(0x500c, "DME24N"),
259 YAMAHA_DEVICE(0x500d, NULL
),
260 YAMAHA_DEVICE(0x500e, NULL
),
261 YAMAHA_DEVICE(0x500f, NULL
),
262 YAMAHA_DEVICE(0x7000, "DTX"),
263 YAMAHA_DEVICE(0x7010, "UB99"),
265 #undef YAMAHA_INTERFACE
268 * Roland/RolandED/Edirol/BOSS devices
271 USB_DEVICE(0x0582, 0x0000),
272 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
273 .vendor_name
= "Roland",
274 .product_name
= "UA-100",
275 .ifnum
= QUIRK_ANY_INTERFACE
,
276 .type
= QUIRK_COMPOSITE
,
277 .data
= (const struct snd_usb_audio_quirk
[]) {
280 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
281 .data
= & (const struct audioformat
) {
282 .format
= SNDRV_PCM_FORMAT_S16_LE
,
290 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
297 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
298 .data
= & (const struct audioformat
) {
299 .format
= SNDRV_PCM_FORMAT_S16_LE
,
304 .attributes
= EP_CS_ATTR_FILL_MAX
,
307 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
314 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
315 .data
= & (const struct snd_usb_midi_endpoint_info
) {
316 .out_cables
= 0x0007,
327 USB_DEVICE(0x0582, 0x0002),
328 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
329 .vendor_name
= "EDIROL",
330 .product_name
= "UM-4",
331 .ifnum
= QUIRK_ANY_INTERFACE
,
332 .type
= QUIRK_COMPOSITE
,
333 .data
= (const struct snd_usb_audio_quirk
[]) {
336 .type
= QUIRK_IGNORE_INTERFACE
340 .type
= QUIRK_IGNORE_INTERFACE
344 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
345 .data
= & (const struct snd_usb_midi_endpoint_info
) {
346 .out_cables
= 0x000f,
357 USB_DEVICE(0x0582, 0x0003),
358 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
359 .vendor_name
= "Roland",
360 .product_name
= "SC-8850",
361 .ifnum
= QUIRK_ANY_INTERFACE
,
362 .type
= QUIRK_COMPOSITE
,
363 .data
= (const struct snd_usb_audio_quirk
[]) {
366 .type
= QUIRK_IGNORE_INTERFACE
370 .type
= QUIRK_IGNORE_INTERFACE
374 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
375 .data
= & (const struct snd_usb_midi_endpoint_info
) {
376 .out_cables
= 0x003f,
387 USB_DEVICE(0x0582, 0x0004),
388 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
389 .vendor_name
= "Roland",
390 .product_name
= "U-8",
391 .ifnum
= QUIRK_ANY_INTERFACE
,
392 .type
= QUIRK_COMPOSITE
,
393 .data
= (const struct snd_usb_audio_quirk
[]) {
396 .type
= QUIRK_IGNORE_INTERFACE
400 .type
= QUIRK_IGNORE_INTERFACE
404 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
405 .data
= & (const struct snd_usb_midi_endpoint_info
) {
406 .out_cables
= 0x0005,
417 /* Has ID 0x0099 when not in "Advanced Driver" mode.
418 * The UM-2EX has only one input, but we cannot detect this. */
419 USB_DEVICE(0x0582, 0x0005),
420 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
421 .vendor_name
= "EDIROL",
422 .product_name
= "UM-2",
423 .ifnum
= QUIRK_ANY_INTERFACE
,
424 .type
= QUIRK_COMPOSITE
,
425 .data
= (const struct snd_usb_audio_quirk
[]) {
428 .type
= QUIRK_IGNORE_INTERFACE
432 .type
= QUIRK_IGNORE_INTERFACE
436 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
437 .data
= & (const struct snd_usb_midi_endpoint_info
) {
438 .out_cables
= 0x0003,
449 USB_DEVICE(0x0582, 0x0007),
450 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
451 .vendor_name
= "Roland",
452 .product_name
= "SC-8820",
453 .ifnum
= QUIRK_ANY_INTERFACE
,
454 .type
= QUIRK_COMPOSITE
,
455 .data
= (const struct snd_usb_audio_quirk
[]) {
458 .type
= QUIRK_IGNORE_INTERFACE
462 .type
= QUIRK_IGNORE_INTERFACE
466 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
467 .data
= & (const struct snd_usb_midi_endpoint_info
) {
468 .out_cables
= 0x0013,
479 USB_DEVICE(0x0582, 0x0008),
480 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
481 .vendor_name
= "Roland",
482 .product_name
= "PC-300",
483 .ifnum
= QUIRK_ANY_INTERFACE
,
484 .type
= QUIRK_COMPOSITE
,
485 .data
= (const struct snd_usb_audio_quirk
[]) {
488 .type
= QUIRK_IGNORE_INTERFACE
492 .type
= QUIRK_IGNORE_INTERFACE
496 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
497 .data
= & (const struct snd_usb_midi_endpoint_info
) {
498 .out_cables
= 0x0001,
509 /* has ID 0x009d when not in "Advanced Driver" mode */
510 USB_DEVICE(0x0582, 0x0009),
511 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
512 .vendor_name
= "EDIROL",
513 .product_name
= "UM-1",
514 .ifnum
= QUIRK_ANY_INTERFACE
,
515 .type
= QUIRK_COMPOSITE
,
516 .data
= (const struct snd_usb_audio_quirk
[]) {
519 .type
= QUIRK_IGNORE_INTERFACE
523 .type
= QUIRK_IGNORE_INTERFACE
527 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
528 .data
= & (const struct snd_usb_midi_endpoint_info
) {
529 .out_cables
= 0x0001,
540 USB_DEVICE(0x0582, 0x000b),
541 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
542 .vendor_name
= "Roland",
543 .product_name
= "SK-500",
544 .ifnum
= QUIRK_ANY_INTERFACE
,
545 .type
= QUIRK_COMPOSITE
,
546 .data
= (const struct snd_usb_audio_quirk
[]) {
549 .type
= QUIRK_IGNORE_INTERFACE
553 .type
= QUIRK_IGNORE_INTERFACE
557 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
558 .data
= & (const struct snd_usb_midi_endpoint_info
) {
559 .out_cables
= 0x0013,
570 /* thanks to Emiliano Grilli <emillo@libero.it>
571 * for helping researching this data */
572 USB_DEVICE(0x0582, 0x000c),
573 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
574 .vendor_name
= "Roland",
575 .product_name
= "SC-D70",
576 .ifnum
= QUIRK_ANY_INTERFACE
,
577 .type
= QUIRK_COMPOSITE
,
578 .data
= (const struct snd_usb_audio_quirk
[]) {
581 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
582 .data
= & (const struct audioformat
) {
583 .format
= SNDRV_PCM_FORMAT_S24_3LE
,
591 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
598 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
599 .data
= & (const struct audioformat
) {
600 .format
= SNDRV_PCM_FORMAT_S24_3LE
,
608 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
615 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
616 .data
= & (const struct snd_usb_midi_endpoint_info
) {
617 .out_cables
= 0x0007,
628 * This quirk is for the "Advanced Driver" mode of the Edirol UA-5.
629 * If the advanced mode switch at the back of the unit is off, the
630 * UA-5 has ID 0x0582/0x0011 and is standard compliant (no quirks),
631 * but offers only 16-bit PCM.
632 * In advanced mode, the UA-5 will output S24_3LE samples (two
633 * channels) at the rate indicated on the front switch, including
634 * the 96kHz sample rate.
636 USB_DEVICE(0x0582, 0x0010),
637 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
638 .vendor_name
= "EDIROL",
639 .product_name
= "UA-5",
640 .ifnum
= QUIRK_ANY_INTERFACE
,
641 .type
= QUIRK_COMPOSITE
,
642 .data
= (const struct snd_usb_audio_quirk
[]) {
645 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
649 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
658 /* has ID 0x0013 when not in "Advanced Driver" mode */
659 USB_DEVICE(0x0582, 0x0012),
660 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
661 .vendor_name
= "Roland",
662 .product_name
= "XV-5050",
664 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
665 .data
= & (const struct snd_usb_midi_endpoint_info
) {
666 .out_cables
= 0x0001,
672 /* has ID 0x0015 when not in "Advanced Driver" mode */
673 USB_DEVICE(0x0582, 0x0014),
674 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
675 .vendor_name
= "EDIROL",
676 .product_name
= "UM-880",
678 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
679 .data
= & (const struct snd_usb_midi_endpoint_info
) {
680 .out_cables
= 0x01ff,
686 /* has ID 0x0017 when not in "Advanced Driver" mode */
687 USB_DEVICE(0x0582, 0x0016),
688 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
689 .vendor_name
= "EDIROL",
690 .product_name
= "SD-90",
691 .ifnum
= QUIRK_ANY_INTERFACE
,
692 .type
= QUIRK_COMPOSITE
,
693 .data
= (const struct snd_usb_audio_quirk
[]) {
696 .type
= QUIRK_IGNORE_INTERFACE
700 .type
= QUIRK_IGNORE_INTERFACE
704 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
705 .data
= & (const struct snd_usb_midi_endpoint_info
) {
706 .out_cables
= 0x000f,
717 /* has ID 0x001c when not in "Advanced Driver" mode */
718 USB_DEVICE(0x0582, 0x001b),
719 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
720 .vendor_name
= "Roland",
721 .product_name
= "MMP-2",
722 .ifnum
= QUIRK_ANY_INTERFACE
,
723 .type
= QUIRK_COMPOSITE
,
724 .data
= (const struct snd_usb_audio_quirk
[]) {
727 .type
= QUIRK_IGNORE_INTERFACE
731 .type
= QUIRK_IGNORE_INTERFACE
735 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
736 .data
= & (const struct snd_usb_midi_endpoint_info
) {
737 .out_cables
= 0x0001,
748 /* has ID 0x001e when not in "Advanced Driver" mode */
749 USB_DEVICE(0x0582, 0x001d),
750 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
751 .vendor_name
= "Roland",
752 .product_name
= "V-SYNTH",
754 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
755 .data
= & (const struct snd_usb_midi_endpoint_info
) {
756 .out_cables
= 0x0001,
762 /* has ID 0x0024 when not in "Advanced Driver" mode */
763 USB_DEVICE(0x0582, 0x0023),
764 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
765 .vendor_name
= "EDIROL",
766 .product_name
= "UM-550",
768 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
769 .data
= & (const struct snd_usb_midi_endpoint_info
) {
770 .out_cables
= 0x003f,
777 * This quirk is for the "Advanced Driver" mode. If off, the UA-20
778 * has ID 0x0026 and is standard compliant, but has only 16-bit PCM
781 USB_DEVICE(0x0582, 0x0025),
782 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
783 .vendor_name
= "EDIROL",
784 .product_name
= "UA-20",
785 .ifnum
= QUIRK_ANY_INTERFACE
,
786 .type
= QUIRK_COMPOSITE
,
787 .data
= (const struct snd_usb_audio_quirk
[]) {
790 .type
= QUIRK_IGNORE_INTERFACE
794 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
795 .data
= & (const struct audioformat
) {
796 .format
= SNDRV_PCM_FORMAT_S24_3LE
,
804 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
811 .type
= QUIRK_AUDIO_FIXED_ENDPOINT
,
812 .data
= & (const struct audioformat
) {
813 .format
= SNDRV_PCM_FORMAT_S24_3LE
,
821 .rates
= SNDRV_PCM_RATE_CONTINUOUS
,
828 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
829 .data
= & (const struct snd_usb_midi_endpoint_info
) {
830 .out_cables
= 0x0001,
841 /* has ID 0x0028 when not in "Advanced Driver" mode */
842 USB_DEVICE(0x0582, 0x0027),
843 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
844 .vendor_name
= "EDIROL",
845 .product_name
= "SD-20",
847 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
848 .data
= & (const struct snd_usb_midi_endpoint_info
) {
849 .out_cables
= 0x0003,
855 /* has ID 0x002a when not in "Advanced Driver" mode */
856 USB_DEVICE(0x0582, 0x0029),
857 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
858 .vendor_name
= "EDIROL",
859 .product_name
= "SD-80",
861 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
862 .data
= & (const struct snd_usb_midi_endpoint_info
) {
863 .out_cables
= 0x000f,
869 * This quirk is for the "Advanced" modes of the Edirol UA-700.
870 * If the sample format switch is not in an advanced setting, the
871 * UA-700 has ID 0x0582/0x002c and is standard compliant (no quirks),
872 * but offers only 16-bit PCM and no MIDI.
874 USB_DEVICE_VENDOR_SPEC(0x0582, 0x002b),
875 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
876 .vendor_name
= "EDIROL",
877 .product_name
= "UA-700",
878 .ifnum
= QUIRK_ANY_INTERFACE
,
879 .type
= QUIRK_COMPOSITE
,
880 .data
= (const struct snd_usb_audio_quirk
[]) {
883 .type
= QUIRK_AUDIO_EDIROL_UAXX
887 .type
= QUIRK_AUDIO_EDIROL_UAXX
891 .type
= QUIRK_AUDIO_EDIROL_UAXX
900 /* has ID 0x002e when not in "Advanced Driver" mode */
901 USB_DEVICE(0x0582, 0x002d),
902 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
903 .vendor_name
= "Roland",
904 .product_name
= "XV-2020",
906 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
907 .data
= & (const struct snd_usb_midi_endpoint_info
) {
908 .out_cables
= 0x0001,
914 /* has ID 0x0030 when not in "Advanced Driver" mode */
915 USB_DEVICE(0x0582, 0x002f),
916 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
917 .vendor_name
= "Roland",
918 .product_name
= "VariOS",
920 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
921 .data
= & (const struct snd_usb_midi_endpoint_info
) {
922 .out_cables
= 0x0007,
928 /* has ID 0x0034 when not in "Advanced Driver" mode */
929 USB_DEVICE(0x0582, 0x0033),
930 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
931 .vendor_name
= "EDIROL",
932 .product_name
= "PCR",
934 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
935 .data
= & (const struct snd_usb_midi_endpoint_info
) {
936 .out_cables
= 0x0003,
941 /* TODO: add Roland M-1000 support */
944 * Has ID 0x0038 when not in "Advanced Driver" mode;
945 * later revisions use IDs 0x0054 and 0x00a2.
947 USB_DEVICE(0x0582, 0x0037),
948 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
949 .vendor_name
= "Roland",
950 .product_name
= "Digital Piano",
952 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
953 .data
= & (const struct snd_usb_midi_endpoint_info
) {
954 .out_cables
= 0x0001,
961 * This quirk is for the "Advanced Driver" mode. If off, the GS-10
962 * has ID 0x003c and is standard compliant, but has only 16-bit PCM
965 USB_DEVICE_VENDOR_SPEC(0x0582, 0x003b),
966 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
967 .vendor_name
= "BOSS",
968 .product_name
= "GS-10",
969 .ifnum
= QUIRK_ANY_INTERFACE
,
970 .type
= QUIRK_COMPOSITE
,
971 .data
= & (const struct snd_usb_audio_quirk
[]) {
974 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
978 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
982 .type
= QUIRK_MIDI_STANDARD_INTERFACE
991 /* has ID 0x0041 when not in "Advanced Driver" mode */
992 USB_DEVICE(0x0582, 0x0040),
993 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
994 .vendor_name
= "Roland",
995 .product_name
= "GI-20",
997 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
998 .data
= & (const struct snd_usb_midi_endpoint_info
) {
999 .out_cables
= 0x0001,
1005 /* has ID 0x0043 when not in "Advanced Driver" mode */
1006 USB_DEVICE(0x0582, 0x0042),
1007 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1008 .vendor_name
= "Roland",
1009 .product_name
= "RS-70",
1011 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1012 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1013 .out_cables
= 0x0001,
1019 USB_DEVICE(0x0582, 0x0044),
1020 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1021 .vendor_name
= "Roland",
1022 .product_name
= "UA-1000",
1023 .ifnum
= QUIRK_ANY_INTERFACE
,
1024 .type
= QUIRK_COMPOSITE
,
1025 .data
= (const struct snd_usb_audio_quirk
[]) {
1028 .type
= QUIRK_AUDIO_EDIROL_UA1000
1032 .type
= QUIRK_AUDIO_EDIROL_UA1000
1036 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1037 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1038 .out_cables
= 0x0003,
1049 /* has ID 0x0049 when not in "Advanced Driver" mode */
1050 USB_DEVICE(0x0582, 0x0047),
1051 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1052 /* .vendor_name = "EDIROL", */
1053 /* .product_name = "UR-80", */
1054 .ifnum
= QUIRK_ANY_INTERFACE
,
1055 .type
= QUIRK_COMPOSITE
,
1056 .data
= (const struct snd_usb_audio_quirk
[]) {
1057 /* in the 96 kHz modes, only interface 1 is there */
1060 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1064 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1073 /* has ID 0x004a when not in "Advanced Driver" mode */
1074 USB_DEVICE(0x0582, 0x0048),
1075 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1076 /* .vendor_name = "EDIROL", */
1077 /* .product_name = "UR-80", */
1079 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1080 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1081 .out_cables
= 0x0003,
1086 /* TODO: add Edirol M-100FX support */
1088 /* has ID 0x004e when not in "Advanced Driver" mode */
1089 USB_DEVICE(0x0582, 0x004c),
1090 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1091 .vendor_name
= "EDIROL",
1092 .product_name
= "PCR-A",
1093 .ifnum
= QUIRK_ANY_INTERFACE
,
1094 .type
= QUIRK_COMPOSITE
,
1095 .data
= (const struct snd_usb_audio_quirk
[]) {
1098 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1102 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1111 /* has ID 0x004f when not in "Advanced Driver" mode */
1112 USB_DEVICE(0x0582, 0x004d),
1113 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1114 .vendor_name
= "EDIROL",
1115 .product_name
= "PCR-A",
1117 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1118 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1119 .out_cables
= 0x0003,
1126 * This quirk is for the "Advanced Driver" mode. If off, the UA-3FX
1127 * is standard compliant, but has only 16-bit PCM.
1129 USB_DEVICE(0x0582, 0x0050),
1130 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1131 .vendor_name
= "EDIROL",
1132 .product_name
= "UA-3FX",
1133 .ifnum
= QUIRK_ANY_INTERFACE
,
1134 .type
= QUIRK_COMPOSITE
,
1135 .data
= (const struct snd_usb_audio_quirk
[]) {
1138 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1142 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1151 USB_DEVICE(0x0582, 0x0052),
1152 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1153 .vendor_name
= "EDIROL",
1154 .product_name
= "UM-1SX",
1156 .type
= QUIRK_MIDI_STANDARD_INTERFACE
1160 USB_DEVICE(0x0582, 0x0060),
1161 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1162 .vendor_name
= "Roland",
1163 .product_name
= "EXR Series",
1165 .type
= QUIRK_MIDI_STANDARD_INTERFACE
1169 /* has ID 0x0067 when not in "Advanced Driver" mode */
1170 USB_DEVICE(0x0582, 0x0065),
1171 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1172 .vendor_name
= "EDIROL",
1173 .product_name
= "PCR-1",
1175 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1176 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1177 .out_cables
= 0x0001,
1183 /* has ID 0x006b when not in "Advanced Driver" mode */
1184 USB_DEVICE_VENDOR_SPEC(0x0582, 0x006a),
1185 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1186 .vendor_name
= "Roland",
1187 .product_name
= "SP-606",
1189 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1190 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1191 .out_cables
= 0x0001,
1197 /* has ID 0x006e when not in "Advanced Driver" mode */
1198 USB_DEVICE(0x0582, 0x006d),
1199 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1200 .vendor_name
= "Roland",
1201 .product_name
= "FANTOM-X",
1203 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1204 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1205 .out_cables
= 0x0001,
1211 * This quirk is for the "Advanced" modes of the Edirol UA-25.
1212 * If the switch is not in an advanced setting, the UA-25 has
1213 * ID 0x0582/0x0073 and is standard compliant (no quirks), but
1214 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1216 USB_DEVICE_VENDOR_SPEC(0x0582, 0x0074),
1217 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1218 .vendor_name
= "EDIROL",
1219 .product_name
= "UA-25",
1220 .ifnum
= QUIRK_ANY_INTERFACE
,
1221 .type
= QUIRK_COMPOSITE
,
1222 .data
= (const struct snd_usb_audio_quirk
[]) {
1225 .type
= QUIRK_AUDIO_EDIROL_UAXX
1229 .type
= QUIRK_AUDIO_EDIROL_UAXX
1233 .type
= QUIRK_AUDIO_EDIROL_UAXX
1242 /* has ID 0x0076 when not in "Advanced Driver" mode */
1243 USB_DEVICE(0x0582, 0x0075),
1244 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1245 .vendor_name
= "BOSS",
1246 .product_name
= "DR-880",
1248 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1249 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1250 .out_cables
= 0x0001,
1256 /* has ID 0x007b when not in "Advanced Driver" mode */
1257 USB_DEVICE_VENDOR_SPEC(0x0582, 0x007a),
1258 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1259 .vendor_name
= "Roland",
1260 /* "RD" or "RD-700SX"? */
1262 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1263 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1264 .out_cables
= 0x0003,
1269 /* Roland UA-101 in High-Speed Mode only */
1271 USB_DEVICE(0x0582, 0x007d),
1272 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1273 .vendor_name
= "Roland",
1274 .product_name
= "UA-101",
1275 .ifnum
= QUIRK_ANY_INTERFACE
,
1276 .type
= QUIRK_COMPOSITE
,
1277 .data
= (const struct snd_usb_audio_quirk
[]) {
1280 .type
= QUIRK_AUDIO_EDIROL_UA101
1284 .type
= QUIRK_AUDIO_EDIROL_UA101
1288 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1289 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1290 .out_cables
= 0x0001,
1301 /* has ID 0x0081 when not in "Advanced Driver" mode */
1302 USB_DEVICE(0x0582, 0x0080),
1303 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1304 .vendor_name
= "Roland",
1305 .product_name
= "G-70",
1307 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1308 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1309 .out_cables
= 0x0001,
1314 /* TODO: add Roland V-SYNTH XT support */
1315 /* TODO: add BOSS GT-PRO support */
1317 /* has ID 0x008c when not in "Advanced Driver" mode */
1318 USB_DEVICE(0x0582, 0x008b),
1319 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1320 .vendor_name
= "EDIROL",
1321 .product_name
= "PC-50",
1323 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1324 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1325 .out_cables
= 0x0001,
1330 /* TODO: add Edirol PC-80 support */
1332 USB_DEVICE(0x0582, 0x0096),
1333 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1334 .vendor_name
= "EDIROL",
1335 .product_name
= "UA-1EX",
1336 .ifnum
= QUIRK_ANY_INTERFACE
,
1337 .type
= QUIRK_COMPOSITE
,
1338 .data
= (const struct snd_usb_audio_quirk
[]) {
1341 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1345 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1354 USB_DEVICE(0x0582, 0x009a),
1355 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1356 .vendor_name
= "EDIROL",
1357 .product_name
= "UM-3EX",
1359 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1360 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1361 .out_cables
= 0x000f,
1368 * This quirk is for the "Advanced Driver" mode. If off, the UA-4FX
1369 * is standard compliant, but has only 16-bit PCM and no MIDI.
1371 USB_DEVICE(0x0582, 0x00a3),
1372 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1373 .vendor_name
= "EDIROL",
1374 .product_name
= "UA-4FX",
1375 .ifnum
= QUIRK_ANY_INTERFACE
,
1376 .type
= QUIRK_COMPOSITE
,
1377 .data
= (const struct snd_usb_audio_quirk
[]) {
1380 .type
= QUIRK_AUDIO_EDIROL_UAXX
1384 .type
= QUIRK_AUDIO_EDIROL_UAXX
1388 .type
= QUIRK_AUDIO_EDIROL_UAXX
1396 /* TODO: add Edirol MD-P1 support */
1398 USB_DEVICE(0x582, 0x00a6),
1399 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1400 .vendor_name
= "Roland",
1401 .product_name
= "Juno-G",
1403 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1404 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1405 .out_cables
= 0x0001,
1412 USB_DEVICE(0x0582, 0x00ad),
1413 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1414 .vendor_name
= "Roland",
1415 .product_name
= "SH-201",
1416 .ifnum
= QUIRK_ANY_INTERFACE
,
1417 .type
= QUIRK_COMPOSITE
,
1418 .data
= (const struct snd_usb_audio_quirk
[]) {
1421 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1425 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1429 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1430 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1431 .out_cables
= 0x0001,
1442 /* Roland SonicCell */
1443 USB_DEVICE(0x0582, 0x00c2),
1444 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1445 .vendor_name
= "Roland",
1446 .product_name
= "SonicCell",
1447 .ifnum
= QUIRK_ANY_INTERFACE
,
1448 .type
= QUIRK_COMPOSITE
,
1449 .data
= (const struct snd_usb_audio_quirk
[]) {
1452 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1456 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1460 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1461 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1462 .out_cables
= 0x0001,
1474 /* FIXME: This quirk gives a good-working capture stream but the
1475 * playback seems problematic because of lacking of sync
1476 * with capture stream. It needs to sync with the capture
1477 * clock. As now, you'll get frequent sound distortions
1480 USB_DEVICE(0x0582, 0x00c4),
1481 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1482 .ifnum
= QUIRK_ANY_INTERFACE
,
1483 .type
= QUIRK_COMPOSITE
,
1484 .data
= (const struct snd_usb_audio_quirk
[]) {
1487 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1491 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1495 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1496 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1497 .out_cables
= 0x0001,
1509 USB_DEVICE(0x0582, 0x00da),
1510 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1511 .ifnum
= QUIRK_ANY_INTERFACE
,
1512 .type
= QUIRK_COMPOSITE
,
1513 .data
= (const struct snd_usb_audio_quirk
[]) {
1516 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1520 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1524 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1525 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1526 .out_cables
= 0x0001,
1537 /* Advanced modes of the Edirol UA-25EX.
1538 * For the standard mode, UA-25EX has ID 0582:00e7, which
1539 * offers only 16-bit PCM at 44.1 kHz and no MIDI.
1541 USB_DEVICE_VENDOR_SPEC(0x0582, 0x00e6),
1542 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1543 .vendor_name
= "EDIROL",
1544 .product_name
= "UA-25EX",
1545 .ifnum
= QUIRK_ANY_INTERFACE
,
1546 .type
= QUIRK_COMPOSITE
,
1547 .data
= (const struct snd_usb_audio_quirk
[]) {
1550 .type
= QUIRK_AUDIO_EDIROL_UAXX
1554 .type
= QUIRK_AUDIO_EDIROL_UAXX
1558 .type
= QUIRK_AUDIO_EDIROL_UAXX
1567 /* has ID 0x00ea when not in Advanced Driver mode */
1568 USB_DEVICE_VENDOR_SPEC(0x0582, 0x00e9),
1569 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1570 /* .vendor_name = "Roland", */
1571 /* .product_name = "UA-1G", */
1572 .ifnum
= QUIRK_ANY_INTERFACE
,
1573 .type
= QUIRK_COMPOSITE
,
1574 .data
= (const struct snd_usb_audio_quirk
[]) {
1577 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1581 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1590 /* Guillemot devices */
1593 * This is for the "Windows Edition" where the external MIDI ports are
1594 * the only MIDI ports; the control data is reported through HID
1595 * interfaces. The "Macintosh Edition" has ID 0xd002 and uses standard
1596 * compliant USB MIDI ports for external MIDI and controls.
1598 USB_DEVICE_VENDOR_SPEC(0x06f8, 0xb000),
1599 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1600 .vendor_name
= "Hercules",
1601 .product_name
= "DJ Console (WE)",
1603 .type
= QUIRK_MIDI_FIXED_ENDPOINT
,
1604 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1605 .out_cables
= 0x0001,
1611 /* Midiman/M-Audio devices */
1613 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1002),
1614 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1615 .vendor_name
= "M-Audio",
1616 .product_name
= "MidiSport 2x2",
1617 .ifnum
= QUIRK_ANY_INTERFACE
,
1618 .type
= QUIRK_MIDI_MIDIMAN
,
1619 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1620 .out_cables
= 0x0003,
1626 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1011),
1627 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1628 .vendor_name
= "M-Audio",
1629 .product_name
= "MidiSport 1x1",
1630 .ifnum
= QUIRK_ANY_INTERFACE
,
1631 .type
= QUIRK_MIDI_MIDIMAN
,
1632 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1633 .out_cables
= 0x0001,
1639 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1015),
1640 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1641 .vendor_name
= "M-Audio",
1642 .product_name
= "Keystation",
1643 .ifnum
= QUIRK_ANY_INTERFACE
,
1644 .type
= QUIRK_MIDI_MIDIMAN
,
1645 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1646 .out_cables
= 0x0001,
1652 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1021),
1653 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1654 .vendor_name
= "M-Audio",
1655 .product_name
= "MidiSport 4x4",
1656 .ifnum
= QUIRK_ANY_INTERFACE
,
1657 .type
= QUIRK_MIDI_MIDIMAN
,
1658 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1659 .out_cables
= 0x000f,
1666 * For hardware revision 1.05; in the later revisions (1.10 and
1667 * 1.21), 0x1031 is the ID for the device without firmware.
1668 * Thanks to Olaf Giesbrecht <Olaf_Giesbrecht@yahoo.de>
1670 USB_DEVICE_VER(0x0763, 0x1031, 0x0100, 0x0109),
1671 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1672 .vendor_name
= "M-Audio",
1673 .product_name
= "MidiSport 8x8",
1674 .ifnum
= QUIRK_ANY_INTERFACE
,
1675 .type
= QUIRK_MIDI_MIDIMAN
,
1676 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1677 .out_cables
= 0x01ff,
1683 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1033),
1684 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1685 .vendor_name
= "M-Audio",
1686 .product_name
= "MidiSport 8x8",
1687 .ifnum
= QUIRK_ANY_INTERFACE
,
1688 .type
= QUIRK_MIDI_MIDIMAN
,
1689 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1690 .out_cables
= 0x01ff,
1696 USB_DEVICE_VENDOR_SPEC(0x0763, 0x1041),
1697 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1698 .vendor_name
= "M-Audio",
1699 .product_name
= "MidiSport 2x4",
1700 .ifnum
= QUIRK_ANY_INTERFACE
,
1701 .type
= QUIRK_MIDI_MIDIMAN
,
1702 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1703 .out_cables
= 0x000f,
1709 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2001),
1710 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1711 .vendor_name
= "M-Audio",
1712 .product_name
= "Quattro",
1713 .ifnum
= QUIRK_ANY_INTERFACE
,
1714 .type
= QUIRK_COMPOSITE
,
1715 .data
= & (const struct snd_usb_audio_quirk
[]) {
1717 * Interfaces 0-2 are "Windows-compatible", 16-bit only,
1718 * and share endpoints with the other interfaces.
1719 * Ignore them. The other interfaces can do 24 bits,
1720 * but captured samples are big-endian (see usbaudio.c).
1724 .type
= QUIRK_IGNORE_INTERFACE
1728 .type
= QUIRK_IGNORE_INTERFACE
1732 .type
= QUIRK_IGNORE_INTERFACE
1736 .type
= QUIRK_IGNORE_INTERFACE
1740 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1744 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1748 .type
= QUIRK_IGNORE_INTERFACE
1752 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1756 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1760 .type
= QUIRK_MIDI_MIDIMAN
,
1761 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1762 .out_cables
= 0x0001,
1773 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2003),
1774 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1775 .vendor_name
= "M-Audio",
1776 .product_name
= "AudioPhile",
1778 .type
= QUIRK_MIDI_MIDIMAN
,
1779 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1780 .out_cables
= 0x0001,
1786 USB_DEVICE_VENDOR_SPEC(0x0763, 0x2008),
1787 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1788 .vendor_name
= "M-Audio",
1789 .product_name
= "Ozone",
1791 .type
= QUIRK_MIDI_MIDIMAN
,
1792 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1793 .out_cables
= 0x0001,
1799 USB_DEVICE_VENDOR_SPEC(0x0763, 0x200d),
1800 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1801 .vendor_name
= "M-Audio",
1802 .product_name
= "OmniStudio",
1803 .ifnum
= QUIRK_ANY_INTERFACE
,
1804 .type
= QUIRK_COMPOSITE
,
1805 .data
= & (const struct snd_usb_audio_quirk
[]) {
1808 .type
= QUIRK_IGNORE_INTERFACE
1812 .type
= QUIRK_IGNORE_INTERFACE
1816 .type
= QUIRK_IGNORE_INTERFACE
1820 .type
= QUIRK_IGNORE_INTERFACE
1824 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1828 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1832 .type
= QUIRK_IGNORE_INTERFACE
1836 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1840 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1844 .type
= QUIRK_MIDI_MIDIMAN
,
1845 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1846 .out_cables
= 0x0001,
1857 USB_DEVICE(0x0763, 0x2019),
1858 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1859 /* .vendor_name = "M-Audio", */
1860 /* .product_name = "Ozone Academic", */
1861 .ifnum
= QUIRK_ANY_INTERFACE
,
1862 .type
= QUIRK_COMPOSITE
,
1863 .data
= & (const struct snd_usb_audio_quirk
[]) {
1866 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1870 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1874 .type
= QUIRK_AUDIO_STANDARD_INTERFACE
1878 .type
= QUIRK_MIDI_MIDIMAN
,
1879 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1880 .out_cables
= 0x0001,
1893 USB_DEVICE(0x07cf, 0x6801),
1894 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1895 .vendor_name
= "Casio",
1896 .product_name
= "PL-40R",
1898 .type
= QUIRK_MIDI_YAMAHA
1902 /* this ID is used by several devices without a product ID */
1903 USB_DEVICE(0x07cf, 0x6802),
1904 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1905 .vendor_name
= "Casio",
1906 .product_name
= "Keyboard",
1908 .type
= QUIRK_MIDI_YAMAHA
1912 /* Mark of the Unicorn devices */
1914 /* thanks to Robert A. Lerche <ral 'at' msbit.com> */
1915 .match_flags
= USB_DEVICE_ID_MATCH_VENDOR
|
1916 USB_DEVICE_ID_MATCH_PRODUCT
|
1917 USB_DEVICE_ID_MATCH_DEV_SUBCLASS
,
1919 .idProduct
= 0x0001,
1920 .bDeviceSubClass
= 2,
1921 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1922 .vendor_name
= "MOTU",
1923 .product_name
= "Fastlane",
1924 .ifnum
= QUIRK_ANY_INTERFACE
,
1925 .type
= QUIRK_COMPOSITE
,
1926 .data
= & (const struct snd_usb_audio_quirk
[]) {
1929 .type
= QUIRK_MIDI_FASTLANE
1933 .type
= QUIRK_IGNORE_INTERFACE
1942 /* Emagic devices */
1944 USB_DEVICE(0x086a, 0x0001),
1945 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1946 .vendor_name
= "Emagic",
1947 /* .product_name = "Unitor8", */
1949 .type
= QUIRK_MIDI_EMAGIC
,
1950 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1951 .out_cables
= 0x80ff,
1957 USB_DEVICE(0x086a, 0x0002),
1958 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1959 .vendor_name
= "Emagic",
1960 /* .product_name = "AMT8", */
1962 .type
= QUIRK_MIDI_EMAGIC
,
1963 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1964 .out_cables
= 0x80ff,
1970 USB_DEVICE(0x086a, 0x0003),
1971 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1972 .vendor_name
= "Emagic",
1973 /* .product_name = "MT4", */
1975 .type
= QUIRK_MIDI_EMAGIC
,
1976 .data
= & (const struct snd_usb_midi_endpoint_info
) {
1977 .out_cables
= 0x800f,
1983 /* TerraTec devices */
1985 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0012),
1986 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1987 .vendor_name
= "TerraTec",
1988 .product_name
= "PHASE 26",
1990 .type
= QUIRK_MIDI_STANDARD_INTERFACE
1994 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0013),
1995 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
1996 .vendor_name
= "TerraTec",
1997 .product_name
= "PHASE 26",
1999 .type
= QUIRK_MIDI_STANDARD_INTERFACE
2003 USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0014),
2004 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2005 .vendor_name
= "TerraTec",
2006 .product_name
= "PHASE 26",
2008 .type
= QUIRK_MIDI_STANDARD_INTERFACE
2012 USB_DEVICE(0x0ccd, 0x0028),
2013 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2014 .vendor_name
= "TerraTec",
2015 .product_name
= "Aureon5.1MkII",
2016 .ifnum
= QUIRK_NO_INTERFACE
2020 USB_DEVICE(0x0ccd, 0x0035),
2021 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2022 .vendor_name
= "Miditech",
2023 .product_name
= "Play'n Roll",
2025 .type
= QUIRK_MIDI_CME
2029 /* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
2031 USB_DEVICE(0x103d, 0x0100),
2032 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2033 .vendor_name
= "Stanton",
2034 .product_name
= "ScratchAmp",
2035 .ifnum
= QUIRK_NO_INTERFACE
2039 USB_DEVICE(0x103d, 0x0101),
2040 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2041 .vendor_name
= "Stanton",
2042 .product_name
= "ScratchAmp",
2043 .ifnum
= QUIRK_NO_INTERFACE
2047 /* Novation EMS devices */
2049 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),
2050 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2051 .vendor_name
= "Novation",
2052 .product_name
= "ReMOTE Audio/XStation",
2054 .type
= QUIRK_MIDI_NOVATION
2058 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0002),
2059 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2060 .vendor_name
= "Novation",
2061 .product_name
= "Speedio",
2063 .type
= QUIRK_MIDI_NOVATION
2067 USB_DEVICE_VENDOR_SPEC(0x1235, 0x4661),
2068 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2069 .vendor_name
= "Novation",
2070 .product_name
= "ReMOTE25",
2072 .type
= QUIRK_MIDI_NOVATION
2078 /* aka. Serato Scratch Live DJ Box */
2079 USB_DEVICE(0x13e5, 0x0001),
2080 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2081 .vendor_name
= "Rane",
2082 .product_name
= "SL-1",
2083 .ifnum
= QUIRK_NO_INTERFACE
2087 /* Miditech devices */
2089 USB_DEVICE(0x4752, 0x0011),
2090 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2091 .vendor_name
= "Miditech",
2092 .product_name
= "Midistart-2",
2094 .type
= QUIRK_MIDI_CME
2098 /* Central Music devices */
2100 /* this ID used by both Miditech MidiStudio-2 and CME UF-x */
2101 USB_DEVICE(0x7104, 0x2202),
2102 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2104 .type
= QUIRK_MIDI_CME
2110 * Some USB MIDI devices don't have an audio control interface,
2111 * so we have to grab MIDI streaming interfaces here.
2113 .match_flags
= USB_DEVICE_ID_MATCH_INT_CLASS
|
2114 USB_DEVICE_ID_MATCH_INT_SUBCLASS
,
2115 .bInterfaceClass
= USB_CLASS_AUDIO
,
2116 .bInterfaceSubClass
= USB_SUBCLASS_MIDI_STREAMING
,
2117 .driver_info
= (unsigned long) & (const struct snd_usb_audio_quirk
) {
2118 .ifnum
= QUIRK_ANY_INTERFACE
,
2119 .type
= QUIRK_MIDI_STANDARD_INTERFACE
2123 #undef USB_DEVICE_VENDOR_SPEC