aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r--sound/usb/usbquirks.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 20a2f6ef4326..5f882a9b7c18 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1777 } 1777 }
1778}, 1778},
1779 1779
1780/* */
1780{ 1781{
1781 /* Serato Scratch Live DJ Box */ 1782 /* aka. Serato Scratch Live DJ Box */
1782 USB_DEVICE(0x13e5, 0x0001), 1783 USB_DEVICE(0x13e5, 0x0001),
1783 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) 1784 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1784 { 1785 .vendor_name = "Rane",
1785 .ifnum = QUIRK_ANY_INTERFACE, 1786 .product_name = "SL-1",
1786 .type = QUIRK_AUDIO_STANDARD_INTERFACE 1787 .ifnum = QUIRK_NO_INTERFACE
1787 } 1788 }
1788}, 1789},
1789 1790