aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2007-08-29 17:38:14 +0200
committerJaroslav Kysela <perex@perex.cz>2007-10-16 15:59:35 +0200
commit15944806e247076c0886aabe160bee391ce0629c (patch)
tree8a6d49197a50a545f9bc6e257110de6cab4e24c1 /sound/usb/usbquirks.h
parent[ALSA] ac97 - Suppress the reset of audio-codec from modem-codec at resume (diff)
downloadlinux-dev-15944806e247076c0886aabe160bee391ce0629c.tar.xz
linux-dev-15944806e247076c0886aabe160bee391ce0629c.zip
[ALSA] usb-audio: add quirk for Serato Scratch Live DJ Box
Add a quirk to detect the Serato Scratch Live DJ Box. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to '')
-rw-r--r--sound/usb/usbquirks.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index ed7deebe8969..20a2f6ef4326 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1777,6 +1777,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
+{
+ /* Serato Scratch Live DJ Box */
+ USB_DEVICE(0x13e5, 0x0001),
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk)
+ {
+ .ifnum = QUIRK_ANY_INTERFACE,
+ .type = QUIRK_AUDIO_STANDARD_INTERFACE
+ }
+},
+
/* Miditech devices */
{
USB_DEVICE(0x4752, 0x0011),