aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r--sound/usb/quirks-table.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 754e632a27bd..0e37e358ca97 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3371,5 +3371,15 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
3371 } 3371 }
3372 } 3372 }
3373}, 3373},
3374/* Dell WD15 Dock */
3375{
3376 USB_DEVICE(0x0bda, 0x4014),
3377 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
3378 .vendor_name = "Dell",
3379 .product_name = "WD15 Dock",
3380 .profile_name = "Dell-WD15-Dock",
3381 .ifnum = QUIRK_NO_INTERFACE
3382 }
3383},
3374 3384
3375#undef USB_DEVICE_VENDOR_SPEC 3385#undef USB_DEVICE_VENDOR_SPEC