aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbquirks.h
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2007-09-03 02:20:09 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:59:40 -0400
commit3a7788b751c488c11cdfa8e29f0bc3d8648142e6 (patch)
tree214ed12315eeb6e326a84e9ce29320218672cc18 /sound/usb/usbquirks.h
parentca7c5a8b4b4f61087851bb440118e62a688c1688 (diff)
[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 'sound/usb/usbquirks.h')
-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"),
1777 } 1777 }
1778}, 1778},
1779 1779
1780/* */
1780{ 1781{
1781 /* Serato Scratch Live DJ Box */ 1782 /* aka. Serato Scratch Live DJ Box */
1782 USB_DEVICE(0x13e5, 0x0001), 1783 USB_DEVICE(0x13e5, 0x0001),
1783 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) 1784 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1784 { 1785 .vendor_name = "Rane",
1785 .ifnum = QUIRK_ANY_INTERFACE, 1786 .product_name = "SL-1",
1786 .type = QUIRK_AUDIO_STANDARD_INTERFACE 1787 .ifnum = QUIRK_NO_INTERFACE
1787 } 1788 }
1788}, 1789},
1789 1790