]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIO
authorChris Chiu <chris.chiu@canonical.com>
Fri, 25 Apr 2025 10:36:18 +0000 (18:36 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 27 Apr 2025 08:03:55 +0000 (10:03 +0200)
commite8fa236e28811473db1594c597f974da0e9b753b
tree0f0bca4d9d0308be3f2204afca51b7ad96632aa8
parentf406005e162b660dc405b4f18bf7bcb93a515608
ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIO

This hardware has ALC274 codec with speaker NID 0x17 and line out
NID 0x16 for audio output. The line out is routed correctly but
the speaker is not. Thus the volume can't be controlled.

This patch removes DAC NID 0x06 (without volume control) from the
connection list for speaker NID 0x17. Routing both speaker and line
out pins to DAC NID 0x02 which controls the output volume.

Signed-off-by: Chris Chiu <chris.chiu@canonical.com>
Link: https://patch.msgid.link/20250425103618.534951-1-chris.chiu@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c