[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>
This commit is contained in:
Clemens Ladisch 2007-08-29 17:38:14 +02:00 committed by Jaroslav Kysela
parent d6c3cf81f0
commit 15944806e2

View file

@ -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),