Commit 15944806 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela

[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: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent d6c3cf81
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment