projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c3cf8
)
[ALSA] usb-audio: add quirk for Serato Scratch Live DJ Box
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 29 Aug 2007 15:38:14 +0000
(17:38 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Tue, 16 Oct 2007 13:59:35 +0000
(15:59 +0200)
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>
sound/usb/usbquirks.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbquirks.h
b/sound/usb/usbquirks.h
index ed7deebe896903fe09540027a3fe0f15a6a4d7b0..20a2f6ef43266822a2c30d6f5a42c5fbd453bf27 100644
(file)
--- a/
sound/usb/usbquirks.h
+++ b/
sound/usb/usbquirks.h
@@
-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),