All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: add the profile name of Dell desktop
@ 2021-11-11  9:19 shumingf
  2021-11-11  9:23 ` Takashi Iwai
  2021-11-11  9:34 ` Jaroslav Kysela
  0 siblings, 2 replies; 9+ messages in thread
From: shumingf @ 2021-11-11  9:19 UTC (permalink / raw)
  To: broonie, tiwai, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, derek.fang, Shuming Fan,
	Yijun.Shen, flove

From: Shuming Fan <shumingf@realtek.com>

Add the profile name to let userspace pick correct UCM profile

Signed-off-by: Shuming Fan <shumingf@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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-11 11:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11  9:19 [PATCH] ALSA: usb-audio: add the profile name of Dell desktop shumingf
2021-11-11  9:23 ` Takashi Iwai
2021-11-11  9:34 ` Jaroslav Kysela
2021-11-11  9:55   ` Jaroslav Kysela
2021-11-11  9:58     ` Shuming [范書銘]
2021-11-11 10:40     ` Shuming [范書銘]
2021-11-11 10:44       ` Hui Wang
2021-11-11 11:20         ` Jaroslav Kysela
2021-11-11 10:13   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.