ALSA: usb-audio - quirk for USB Aureon cards
authorAndrea Borgia <andrea@borgia.bo.it>
Mon, 1 Jun 2009 08:48:54 +0000 (10:48 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Jun 2009 08:48:54 +0000 (10:48 +0200)
Add quirk to provide proper naming of the Terratec Aureon 5.1 MkII
USB card.

Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usbquirks.h

index 5d955aaad85f9a5d2ac96a990e97972a00e48905..d84d6f3121980aa54107e101f50ba310f1c8dd87 100644 (file)
@@ -1950,6 +1950,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
                .type = QUIRK_MIDI_STANDARD_INTERFACE
        }
 },
+{
+       USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0028),
+       .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+               .vendor_name = "TerraTec",
+               .product_name = "Aureon 5.1 MkII",
+               .ifnum = QUIRK_NO_INTERFACE
+       }
+},
 {
        USB_DEVICE(0x0ccd, 0x0035),
        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
This page took 0.025142 seconds and 5 git commands to generate.