]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
authorVasiliy Kovalev <kovalev@altlinux.org>
Wed, 9 Oct 2024 13:42:48 +0000 (16:42 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Oct 2024 14:56:22 +0000 (16:56 +0200)
commit9988844c457f6f17fb2e75aa000b6c3b1b673bb9
treeb074baebe943c7c88e6849bb3ebf5e95e90380a3
parent557f6e4ab5ba607750756b29922b7f35fd7ec97e
ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2

There is a problem with simultaneous audio output to headphones and
speakers, and when headphones are turned off, the speakers also turn
off and do not turn them on.

However, it was found that if you boot linux immediately after windows,
there are no such problems. When comparing alsa-info, the only difference
is the different configuration of Node 0x1d:

working conf. (windows): Pin-ctls: 0x80: HP
not working     (linux): Pin-ctls: 0xc0: OUT HP

This patch disable the AC_PINCTL_OUT_EN bit of Node 0x1d and fixes the
described problem.

Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20241009134248.662175-1-kovalev@altlinux.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c