summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorHui Wang2018-11-28 10:11:26 +0100
committerGreg Kroah-Hartman2018-12-17 09:24:38 +0100
commit815899cf26f6e42d528ac8b2b6e96800e44f9579 (patch)
tree7017af95bce9168bf9eca6f0ce5bba85f7e75243 /sound
parentnetfilter: nf_tables: deactivate expressions in rule replecement routine (diff)
downloadkernel-qcow2-linux-815899cf26f6e42d528ac8b2b6e96800e44f9579.tar.gz
kernel-qcow2-linux-815899cf26f6e42d528ac8b2b6e96800e44f9579.tar.xz
kernel-qcow2-linux-815899cf26f6e42d528ac8b2b6e96800e44f9579.zip
ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
[ Upstream commit 8159a6a4a7d2a092d5375f695ecfca22b4562b5f ] Like the Dell WD15 Dock, the WD19 Dock (0bda:402e) doens't provide useful string for the vendor and product names too. In order to share the UCM with WD15, here we keep the profile_name same as the WD15. Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
-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 08aa78007020..1c73b9ed44a6 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -3387,5 +3387,15 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
.ifnum = QUIRK_NO_INTERFACE
}
},
+/* Dell WD19 Dock */
+{
+ USB_DEVICE(0x0bda, 0x402e),
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+ .vendor_name = "Dell",
+ .product_name = "WD19 Dock",
+ .profile_name = "Dell-WD15-Dock",
+ .ifnum = QUIRK_NO_INTERFACE
+ }
+},
#undef USB_DEVICE_VENDOR_SPEC