Skip to content

Commit

Permalink
ALSA: usb-audio - quirk for USB Aureon cards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Borgia authored and Takashi Iwai committed Jun 1, 2009
1 parent 3218911 commit 93bfd01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 93bfd01

Please sign in to comment.