aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks-table.h
diff options
context:
space:
mode:
authorChris J Arges <chris.j.arges@canonical.com>2014-11-12 13:06:59 -0500
committerTakashi Iwai <tiwai@suse.de>2014-11-13 01:31:41 -0500
commitef9566a3a1c0e46dadfa6c722e8a685ac0cea081 (patch)
treea508eb5d17af2cec3ae3b1a3cf5f9289188cf44b /sound/usb/quirks-table.h
parentc63fcb9b67777b906c4515a868afbd96bae4e799 (diff)
Revert "ALSA: usb-audio: Add quirk for Focusrite Scarlett
This reverts commit 1762a59d8e8b5e99f6f4a0f292b40f3cacb108ba. This quirk is not needed because support for the Scarlett mixers will be added. Signed-off-by: Chris J Arges <chris.j.arges@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r--sound/usb/quirks-table.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 13f44fd0e930..013cba8ee8a6 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2667,57 +2667,6 @@ YAMAHA_DEVICE(0x7010, "UB99"),
2667 .type = QUIRK_MIDI_NOVATION 2667 .type = QUIRK_MIDI_NOVATION
2668 } 2668 }
2669}, 2669},
2670{
2671 /*
2672 * Focusrite Scarlett 18i6
2673 *
2674 * Avoid mixer creation, which otherwise fails because some of
2675 * the interface descriptor subtypes for interface 0 are
2676 * unknown. That should be fixed or worked-around but this at
2677 * least allows the device to be used successfully with a DAW
2678 * and an external mixer. See comments below about other
2679 * ignored interfaces.
2680 */
2681 USB_DEVICE(0x1235, 0x8004),
2682 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
2683 .vendor_name = "Focusrite",
2684 .product_name = "Scarlett 18i6",
2685 .ifnum = QUIRK_ANY_INTERFACE,
2686 .type = QUIRK_COMPOSITE,
2687 .data = & (const struct snd_usb_audio_quirk[]) {
2688 {
2689 /* InterfaceSubClass 1 (Control Device) */
2690 .ifnum = 0,
2691 .type = QUIRK_IGNORE_INTERFACE
2692 },
2693 {
2694 .ifnum = 1,
2695 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2696 },
2697 {
2698 .ifnum = 2,
2699 .type = QUIRK_AUDIO_STANDARD_INTERFACE
2700 },
2701 {
2702 /* InterfaceSubClass 1 (Control Device) */
2703 .ifnum = 3,
2704 .type = QUIRK_IGNORE_INTERFACE
2705 },
2706 {
2707 .ifnum = 4,
2708 .type = QUIRK_MIDI_STANDARD_INTERFACE
2709 },
2710 {
2711 /* InterfaceSubClass 1 (Device Firmware Update) */
2712 .ifnum = 5,
2713 .type = QUIRK_IGNORE_INTERFACE
2714 },
2715 {
2716 .ifnum = -1
2717 }
2718 }
2719 }
2720},
2721 2670
2722/* Access Music devices */ 2671/* Access Music devices */
2723{ 2672{