[ALSA] usb-audio: update quirk for Rane SL 1 (aka. Serato Scratch Live)
authorMark Hills <mark@pogo.org.uk>
Mon, 3 Sep 2007 06:20:09 +0000 (08:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 13:59:40 +0000 (15:59 +0200)
Allow the interface's mixer to be used, and give the interface its
correct name.

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>
sound/usb/usbquirks.h

index 20a2f6e..5f882a9 100644 (file)
@@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
        }
 },
 
+/* */
 {
-       /* Serato Scratch Live DJ Box */
+       /* aka. 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
+       .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+               .vendor_name = "Rane",
+               .product_name = "SL-1",
+               .ifnum = QUIRK_NO_INTERFACE
        }
 },