aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTrulan Martin <trulanm@gmail.com>2013-04-24 21:19:20 -0400
committerTakashi Iwai <tiwai@suse.de>2013-04-25 01:48:02 -0400
commit1b15362c742d183430ab60f2ca402a41c474240a (patch)
treee19d75f06854324475b9a710d2c4ff3a46c42d0c /sound
parentae3f0c267f045d875a898819538e0a58125d1737 (diff)
ALSA: usb-audio: USB quirk for Yamaha THR5A
This patch adds a USB quirk for the Yamaha THR5A amp. Signed-off-by: Trulan Martin <trulanm@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks-table.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 0d422aab57d2..e90b27085b2e 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -379,6 +379,32 @@ YAMAHA_DEVICE(0x105d, NULL),
379 } 379 }
380 } 380 }
381}, 381},
382{
383 USB_DEVICE(0x0499, 0x150a),
384 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
385 /* .vendor_name = "Yamaha", */
386 /* .product_name = "THR5A", */
387 .ifnum = QUIRK_ANY_INTERFACE,
388 .type = QUIRK_COMPOSITE,
389 .data = (const struct snd_usb_audio_quirk[]) {
390 {
391 .ifnum = 1,
392 .type = QUIRK_AUDIO_STANDARD_INTERFACE
393 },
394 {
395 .ifnum = 2,
396 .type = QUIRK_AUDIO_STANDARD_INTERFACE
397 },
398 {
399 .ifnum = 3,
400 .type = QUIRK_MIDI_YAMAHA
401 },
402 {
403 .ifnum = -1
404 }
405 }
406 }
407},
382YAMAHA_DEVICE(0x2000, "DGP-7"), 408YAMAHA_DEVICE(0x2000, "DGP-7"),
383YAMAHA_DEVICE(0x2001, "DGP-5"), 409YAMAHA_DEVICE(0x2001, "DGP-5"),
384YAMAHA_DEVICE(0x2002, NULL), 410YAMAHA_DEVICE(0x2002, NULL),