Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 815899cf authored by Hui Wang's avatar Hui Wang Committed by Greg Kroah-Hartman
Browse files

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: default avatarHui Wang <hui.wang@canonical.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent e5f42e06
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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