aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2007-08-10 02:01:54 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:58:34 -0400
commit0f28ecd3323bb7df52e50493f78803fe4d61794a (patch)
treeb54f69a32a1326a95d48b1fe7ab8d943fbf2b4d0 /sound/usb/usbquirks.h
parent24038a25e707fe08ff343d72dd667acefcc50f6f (diff)
[ALSA] This patch is a USB quirk to ensure the Stanton Scratchamp v1 is detected
(bugtrack #2932). The interface is two USB devices in the same physical box. Note that this is the USB ScratchAmp v1 and not the later v2 (firewire) model. Signed-off-by: Mark Hills <mark@pogo.org.uk> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r--sound/usb/usbquirks.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 5a2f518c6629..bb5cf1c460c0 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1709,6 +1709,24 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1709 } 1709 }
1710}, 1710},
1711 1711
1712/* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
1713{
1714 USB_DEVICE(0x103d, 0x0100),
1715 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1716 .vendor_name = "Stanton",
1717 .product_name = "ScratchAmp",
1718 .ifnum = QUIRK_NO_INTERFACE
1719 }
1720},
1721{
1722 USB_DEVICE(0x103d, 0x0101),
1723 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1724 .vendor_name = "Stanton",
1725 .product_name = "ScratchAmp",
1726 .ifnum = QUIRK_NO_INTERFACE
1727 }
1728},
1729
1712/* Novation EMS devices */ 1730/* Novation EMS devices */
1713{ 1731{
1714 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001), 1732 USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),