ALSA: hda/realtek - fixed headset Mic not show
authorKailang Yang <kailang@realtek.com>
Mon, 13 May 2024 08:38:11 +0000 (16:38 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 May 2024 09:42:05 +0000 (11:42 +0200)
commit0df2b9ed489a06643eaaa150a57ab01fa9ad3005
treecf1921a6652e7b155d12d8df4982e43409959b46
parent9b4843e877c86538eaf0bc6fdb3d0f2ffc0ffd2c
ALSA: hda/realtek - fixed headset Mic not show

ALC256 run on SOF mode. Boot with plugged headset, the Headset Mic will be gone.
Plugged headset after boot. It had partial fail with Headset Mic detect.
Add spec->en_3kpull_low = false will solve all issues.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Link: https://lore.kernel.org/r/c8b638590c5f45a6a5c6aeb20c31fd5b@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c