Commit 3a7788b7 authored by Mark Hills's avatar Mark Hills Committed by Jaroslav Kysela

[ALSA] usb-audio: update quirk for Rane SL 1 (aka. Serato Scratch Live)

Allow the interface's mixer to be used, and give the interface its
correct name.
Signed-off-by: default avatarMark Hills <mark@pogo.org.uk>
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent ca7c5a8b
...@@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"), ...@@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
} }
}, },
/* */
{ {
/* Serato Scratch Live DJ Box */ /* aka. Serato Scratch Live DJ Box */
USB_DEVICE(0x13e5, 0x0001), USB_DEVICE(0x13e5, 0x0001),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
{ .vendor_name = "Rane",
.ifnum = QUIRK_ANY_INTERFACE, .product_name = "SL-1",
.type = QUIRK_AUDIO_STANDARD_INTERFACE .ifnum = QUIRK_NO_INTERFACE
} }
}, },
......
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