All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support Rane SL 1 (aka. Serato Scratch Live) interface
@ 2007-09-02 14:00 Mark Hills
  2007-09-02 15:30 ` LCID Fire
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Hills @ 2007-09-02 14:00 UTC (permalink / raw)
  To: alsa-devel

Support Rane SL 1 (aka. Serato Scratch Live) interface

This quirk ensures the SL 1 interface is detected and can be used. The 
interface is USB and is supplied with the Serato Scratch Live system for 
DJs.

Signed-off-by: Mark Hills <mark@pogo.org.uk>

--- alsa-driver-1.0.15rc1/sound/usb/usbquirks.h	Thu Aug 30 09:27:00 2007
+++ alsa-driver/sound/usb/usbquirks.h	Sun Sep  2 14:55:00 2007
@@ -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),

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-02 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-02 14:00 [PATCH] Support Rane SL 1 (aka. Serato Scratch Live) interface Mark Hills
2007-09-02 15:30 ` LCID Fire
2007-09-02 22:41   ` Mark Hills

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.