ALSA: usb-audio - errata corrige for quirk
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>
This commit is contained in:
committed by
Takashi Iwai
parent
6efd2cd5e8
commit
ca85b6ba59
@@ -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) {
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
||||||
.vendor_name = "TerraTec",
|
.vendor_name = "TerraTec",
|
||||||
.product_name = "Aureon 5.1 MkII",
|
.product_name = "Aureon 5.1 MkII",
|
||||||
|
Reference in New Issue
Block a user