aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks-table.h
diff options
context:
space:
mode:
authorMiller Puckette <msp@ucsd.edu>2011-08-04 15:25:56 -0400
committerTakashi Iwai <tiwai@suse.de>2011-08-05 02:27:02 -0400
commit02651d1a9725f29e95296c37cf9a4f16e9c01bff (patch)
treede8fa2d34800182689e9e6475f80543c0ada5c69 /sound/usb/quirks-table.h
parent1faa5d07a93fc5b0a4a5254fc940a79e20b55540 (diff)
ALSA: usb-audio - add quirk for Keith McMillen StringPort
Signed-off-by: Miller Puckette <msp@ucsd.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r--sound/usb/quirks-table.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index dba0b7f11c54..4d4f86552a23 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2417,6 +2417,12 @@ YAMAHA_DEVICE(0x7010, "UB99"),
2417 .idProduct = 0x1020, 2417 .idProduct = 0x1020,
2418}, 2418},
2419 2419
2420/* KeithMcMillen Stringport */
2421{
2422 USB_DEVICE(0x1f38, 0x0001),
2423 .bInterfaceClass = USB_CLASS_AUDIO,
2424},
2425
2420/* Miditech devices */ 2426/* Miditech devices */
2421{ 2427{
2422 USB_DEVICE(0x4752, 0x0011), 2428 USB_DEVICE(0x4752, 0x0011),