aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2007-09-03 08:20:09 +0200
committerJaroslav Kysela <perex@perex.cz>2007-10-16 15:59:40 +0200
commit3a7788b751c488c11cdfa8e29f0bc3d8648142e6 (patch)
tree214ed12315eeb6e326a84e9ce29320218672cc18 /sound/usb/usbquirks.h
parent[ALSA] hda-codec - code cleanups in patch_sigmatel.c (diff)
downloadlinux-dev-3a7788b751c488c11cdfa8e29f0bc3d8648142e6.tar.xz
linux-dev-3a7788b751c488c11cdfa8e29f0bc3d8648142e6.zip
[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: Mark Hills <mark@pogo.org.uk> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to '')
-rw-r--r--sound/usb/usbquirks.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 20a2f6ef4326..5f882a9b7c18 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
+/* */
{
- /* Serato Scratch Live DJ Box */
+ /* aka. 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
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+ .vendor_name = "Rane",
+ .product_name = "SL-1",
+ .ifnum = QUIRK_NO_INTERFACE
}
},