Mark, There should already be a quirks entry present using USB_DEVICE(0x13e5, 0x0001), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .ifnum = QUIRK_ANY_INTERFACE, .type = QUIRK_AUDIO_STANDARD_INTERFACE } At least for my device this is working... Mark Hills wrote: > 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@xxxxxxxxxxx> > > --- 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), _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel