[alsa-devel] [PATCH] Update quirk for Rane SL 1 (aka. Serato Scratch Live)
Mark Hills
mark at pogo.org.uk
Mon Sep 3 00:44:09 CEST 2007
Update quirk for Rane SL 1 (aka. Serato Scratch Live)
Allow the interface's mixer to be used, and give the interface its correct
name. Move the quirk out of the 'Novation EMS devices' section to a more
appropriate position next to the Stanton DJ interface.
Signed-off-by: Mark Hills <mark at pogo.org.uk>
-------------- next part --------------
diff -r e7c9355af3ff usb/usbquirks.h
--- a/usb/usbquirks.h Fri Aug 31 12:52:19 2007 +0200
+++ b/usb/usbquirks.h Sun Sep 02 23:12:45 2007 +0100
@@ -1748,6 +1748,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
+/* Rane SL 1 (aka. Serato Scratch Live) device */
+{
+ USB_DEVICE(0x13e5, 0x0001),
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+ .vendor_name = "Rane",
+ .product_name = "SL-1",
+ .ifnum = QUIRK_NO_INTERFACE
+ }
+},
+
/* Novation EMS devices */
{
USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),
@@ -1774,16 +1784,6 @@ YAMAHA_DEVICE(0x7010, "UB99"),
.product_name = "ReMOTE25",
.ifnum = 0,
.type = QUIRK_MIDI_NOVATION
- }
-},
-
-{
- /* 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
}
},
More information about the Alsa-devel
mailing list