All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH - quirk for USB Aureon cards 1/1] Add quirk to provide proper naming of the Terratec Aureon 5.1 MkII USB card
@ 2009-05-31 21:06 Andrea Borgia
  2009-06-01  9:08 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Andrea Borgia @ 2009-05-31 21:06 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

[-- Attachment #1: 0001-Add-quirk-to-provide-proper-naming-of-the-Terratec-A.patch --]
[-- Type: text/x-diff, Size: 632 bytes --]


Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>

diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index 5d955aa..d84d6f3 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1951,6 +1951,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
 	}
 },
 {
+	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) {
 		.vendor_name = "Miditech",
-- 
1.6.0.4


[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-03 19:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-31 21:06 [PATCH - quirk for USB Aureon cards 1/1] Add quirk to provide proper naming of the Terratec Aureon 5.1 MkII USB card Andrea Borgia
2009-06-01  9:08 ` Takashi Iwai
2009-06-02 18:39   ` Andrea Borgia
2009-06-03  6:18     ` Takashi Iwai
2009-06-03 13:40       ` Andrea Borgia
2009-06-03 15:56         ` Takashi Iwai
2009-06-03 15:59           ` Andrea Borgia
2009-06-03 16:24             ` Takashi Iwai
2009-06-03 19:57               ` Andrea Borgia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.