ALSA: usb-audio - errata corrige for quirk
authorAndrea Borgia <andrea@borgia.bo.it>
Tue, 2 Jun 2009 17:21:17 +0000 (19:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Jun 2009 06:05:32 +0000 (08:05 +0200)
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>
sound/usb/usbquirks.h

index 58f24f5..f0f7624 100644 (file)
@@ -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",