All of lore.kernel.org
 help / color / mirror / Atom feed
From: <shumingf@realtek.com>
To: <broonie@kernel.org>, <tiwai@suse.de>, <lgirdwood@gmail.com>
Cc: oder_chiou@realtek.com, jack.yu@realtek.com,
	alsa-devel@alsa-project.org, lars@metafoo.de,
	derek.fang@realtek.com, Shuming Fan <shumingf@realtek.com>,
	Yijun.Shen@dell.com, flove@realtek.com
Subject: [PATCH] ALSA: usb-audio: add the profile name of Dell desktop
Date: Thu, 11 Nov 2021 17:19:14 +0800	[thread overview]
Message-ID: <20211111091914.20917-1-shumingf@realtek.com> (raw)

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


             reply	other threads:[~2021-11-11  9:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11  9:19 shumingf [this message]
2021-11-11  9:23 ` [PATCH] ALSA: usb-audio: add the profile name of Dell desktop 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211111091914.20917-1-shumingf@realtek.com \
    --to=shumingf@realtek.com \
    --cc=Yijun.Shen@dell.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=derek.fang@realtek.com \
    --cc=flove@realtek.com \
    --cc=jack.yu@realtek.com \
    --cc=lars@metafoo.de \
    --cc=lgirdwood@gmail.com \
    --cc=oder_chiou@realtek.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.