]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda: conexant: Remove mic bias threshold override
authorZhang Heng <zhangheng@kylinos.cn>
Mon, 13 Jul 2026 10:03:29 +0000 (18:03 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Jul 2026 15:04:33 +0000 (17:04 +0200)
commitf52524da7084c1a54683ae9fbc73e93fff19dd64
treef449586ec2bd7058484e6a63d6cc94c06563b081
parentd35dfb6329accfe1cfa0b57e35214b5cbbe0f9ae
ALSA: hda: conexant: Remove mic bias threshold override

Remove the mic bias current comparator threshold override (NID 0x1c,
verb 0x320, value 0x010) from Conexant codec driver.

This override was originally intended to support volume up/down controls on
headsets with inline remote controls, but it causes microphone detection
failures on some headsets with impedance less than 1k ohm.

After consulting with the vendor's engineers, it was confirmed that this
setting is board-specific and should be handled by BIOS/firmware rather
than the generic codec driver, especially since inline remote support
is not currently implemented.

Fixes: 7aeb25908648 ("ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140")
Cc: stable@vger.kernel.org
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Link: https://patch.msgid.link/20260713100329.306892-1-zhangheng@kylinos.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/conexant.c