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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index ed7deebe8969..20a2f6ef4326 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1777,6 +1777,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1777 } 1777 }
1778}, 1778},
1779 1779
1780{
1781 /* Serato Scratch Live DJ Box */
1782 USB_DEVICE(0x13e5, 0x0001),
1783 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk)
1784 {
1785 .ifnum = QUIRK_ANY_INTERFACE,
1786 .type = QUIRK_AUDIO_STANDARD_INTERFACE
1787 }
1788},
1789
1780/* Miditech devices */ 1790/* Miditech devices */
1781{ 1791{
1782 USB_DEVICE(0x4752, 0x0011), 1792 USB_DEVICE(0x4752, 0x0011),