[alsa-devel] [PATCH - Yamaha THR5a 2/3] Yamaha THR5a USB quirk

Trulan Martin trulanm at gmail.com
Sat Apr 20 17:31:46 CEST 2013


This patch adds a USB quirk for the Yamaha THR5a amp.

Signed-off-by: Trulan Martin <trulanm at gmail.com>

diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 741680a..a16cb45 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -379,6 +379,35 @@ YAMAHA_DEVICE(0x105d, NULL),
         }
     }
 },
+/*
+ * Yamaha THR5a
+ */
+{
+   USB_DEVICE(0x0499, 0x150a),
+   .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+      /* .vendor_name = "Yamaha", */
+      /* .product_name = "THR5a", */
+      .ifnum = QUIRK_ANY_INTERFACE,
+      .type = QUIRK_COMPOSITE,
+      .data = (const struct snd_usb_audio_quirk[]) {
+         {
+            .ifnum = 1,
+            .type = QUIRK_AUDIO_STANDARD_INTERFACE
+         },
+         {
+            .ifnum = 2,
+            .type = QUIRK_AUDIO_STANDARD_INTERFACE
+         },
+         {
+            .ifnum = 3,
+            .type = QUIRK_MIDI_YAMAHA
+         },
+         {
+            .ifnum = -1
+         }
+      }
+   }
+},
 YAMAHA_DEVICE(0x2000, "DGP-7"),
 YAMAHA_DEVICE(0x2001, "DGP-5"),
 YAMAHA_DEVICE(0x2002, NULL),
-- 
1.7.10.4



More information about the Alsa-devel mailing list