瀏覽代碼

[ALSA] usb-audio: add quirk for Serato Scratch Live DJ Box

Add a quirk to detect the Serato Scratch Live DJ Box.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Clemens Ladisch 17 年之前
父節點
當前提交
15944806e2
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      sound/usb/usbquirks.h

+ 10 - 0
sound/usb/usbquirks.h

@@ -1777,6 +1777,16 @@ YAMAHA_DEVICE(0x7010, "UB99"),
 	}
 },
 
+{
+	/* 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
+	}
+},
+
 /* Miditech devices */
 {
 	USB_DEVICE(0x4752, 0x0011),