diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-05-02 14:28:38 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-05-02 16:02:34 +0200 |
commit | 6455abb43374346f10b4842a9bc9b7f4d10fa038 (patch) | |
tree | 0f9a72008eb510373b50d5b9e45b27463b535bed /sound/usb/quirks-table.h | |
parent | 07eca5fc3ebad1d33bc12a2f09670c0edd8e6eb6 (diff) | |
download | linux-6455abb43374346f10b4842a9bc9b7f4d10fa038.tar.gz linux-6455abb43374346f10b4842a9bc9b7f4d10fa038.tar.bz2 linux-6455abb43374346f10b4842a9bc9b7f4d10fa038.zip |
ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
Dell WD15 Dock with 0bda:4014 doesn't give any useful strings for the
vendor and the product names. Name them more specifically via quirk,
as well as the UCM profile name.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r-- | sound/usb/quirks-table.h | 10 |
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"), } } }, +/* Dell WD15 Dock */ +{ + USB_DEVICE(0x0bda, 0x4014), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Dell", + .product_name = "WD15 Dock", + .profile_name = "Dell-WD15-Dock", + .ifnum = QUIRK_NO_INTERFACE + } +}, #undef USB_DEVICE_VENDOR_SPEC |