[ALSA] usb-audio: add quirk for Serato Scratch Live DJ Box
authorClemens Ladisch <clemens@ladisch.de>
Wed, 29 Aug 2007 15:38:14 +0000 (17:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:59:35 +0000 (15:59 +0200)
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>
sound/usb/usbquirks.h

index ed7deebe896903fe09540027a3fe0f15a6a4d7b0..20a2f6ef43266822a2c30d6f5a42c5fbd453bf27 100644 (file)
@@ -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),