[PATCH] ALSA: usb-audio: add the profile name of Dell desktop
shumingf at realtek.com
shumingf at realtek.com
Thu Nov 11 10:19:14 CET 2021
From: Shuming Fan <shumingf at realtek.com>
Add the profile name to let userspace pick correct UCM profile
Signed-off-by: Shuming Fan <shumingf at realtek.com>
---
sound/usb/card.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sound/usb/card.c b/sound/usb/card.c
index 1764b9302d46..9c67ecbe710e 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -398,6 +398,10 @@ static const struct usb_audio_device_name usb_audio_names[] = {
PROFILE_NAME(0x0bda, 0x4014, "Dell", "WD15 Dock", "Dell-WD15-Dock"),
/* Dell WD19 Dock */
PROFILE_NAME(0x0bda, 0x402e, "Dell", "WD19 Dock", "Dell-WD15-Dock"),
+ /* Dell Desktop - Front */
+ PROFILE_NAME(0x0bda, 0x4c54, "Dell", "Desktop", "Dell-Desktop-Front"),
+ /* Dell Desktop - Rear */
+ PROFILE_NAME(0x0bda, 0x4c55, "Dell", "Desktop", "Dell-Desktop-Rear"),
DEVICE_NAME(0x0ccd, 0x0028, "TerraTec", "Aureon5.1MkII"),
--
2.33.0
More information about the Alsa-devel
mailing list