Skip to content

Commit

Permalink
ALSA: usb-audio - errata corrige for quirk
Browse files Browse the repository at this point in the history
Cut'n'paste mistake, whose likely result was nothing at all.
Correct version is "USB_DEVICE", not "USB_DEVICE_VENDOR_SPEC".

Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
AndreaBorgia-Abo authored and tiwai committed Jun 3, 2009
1 parent 6efd2cd commit ca85b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
{
USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0028),
USB_DEVICE(0x0ccd, 0x0028),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "TerraTec",
.product_name = "Aureon 5.1 MkII",
Expand Down

0 comments on commit ca85b6b

Please sign in to comment.