projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7c5a8
)
[ALSA] usb-audio: update quirk for Rane SL 1 (aka. Serato Scratch Live)
author
Mark Hills
<
[email protected]
>
Mon, 3 Sep 2007 06:20:09 +0000
(08:20 +0200)
committer
Jaroslav Kysela
<
[email protected]
>
Tue, 16 Oct 2007 13:59:40 +0000
(15:59 +0200)
Allow the interface's mixer to be used, and give the interface its
correct name.
Signed-off-by: Mark Hills <
[email protected]
>
Signed-off-by: Clemens Ladisch <
[email protected]
>
Signed-off-by: Jaroslav Kysela <
[email protected]
>
sound/usb/usbquirks.h
patch
|
blob
|
history
diff --git
a/sound/usb/usbquirks.h
b/sound/usb/usbquirks.h
index 20a2f6ef43266822a2c30d6f5a42c5fbd453bf27..5f882a9b7c1832c3e9d8934f93f8c9df64006874 100644
(file)
--- 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
}
},