Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add Line Out to iterm_names
@ 2025-12-29  9:31 Zhang Heng
  2025-12-31 15:43 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Zhang Heng @ 2025-12-29  9:31 UTC (permalink / raw)
  To: perex, tiwai, cryolitia.pukngae, kuninori.morimoto.gx, lhi0729,
	pav, rene
  Cc: linux-sound, linux-kernel, Zhang Heng

There are three jack events for a sound card on a desktop computer,
namely Speaker, Headphone, and Desktop Speaker. When both audio
devices are available, users cannot distinguish which audio device
is being used. Can we consider adding Line Out? similar to the HDA
sound card. This can change one of them and reduce the complexity
of the upper layer adaptation of the sound card.

Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
---
 sound/usb/mixer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
index 3af71d42b9b9..bdde4261d994 100644
--- a/sound/usb/mixer.c
+++ b/sound/usb/mixer.c
@@ -615,6 +615,7 @@ static struct iterm_name_combo {
 	{ 0x0305, "Room Speaker" },
 	{ 0x0306, "Com Speaker" },
 	{ 0x0307, "LFE" },
+	{ 0x0308, "Line Out" },
 	{ 0x0600, "External In" },
 	{ 0x0601, "Analog In" },
 	{ 0x0602, "Digital In" },
-- 
2.47.1


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

end of thread, other threads:[~2026-01-14  9:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29  9:31 [PATCH] ALSA: usb-audio: Add Line Out to iterm_names Zhang Heng
2025-12-31 15:43 ` Takashi Iwai
2026-01-01  1:18   ` zhangheng
2026-01-01 10:03     ` Takashi Iwai
2026-01-01 11:40     ` Jaroslav Kysela
2026-01-04  7:21       ` zhangheng
2026-01-14  8:01       ` zhangheng
2026-01-14  8:11         ` Jaroslav Kysela
2026-01-14  9:22           ` zhangheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox