From 57f96b83fe5fd58a72c29dba63d8dec96796f026 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 25 Feb 2026 08:08:55 -0600 Subject: [PATCH] mb/google/link/hda_verb: Remove presence detect flag from internal sources The pin widgets for the internal speakers and microphone should not have the presence detect flag set, as this causes the jack detect to fail on some distros, leading to headphone output not working. TEST=build/boot LINK Change-Id: I798d0cc4a0f4de65ebe51f1dafaeeb12728d2f40 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/91444 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/google/link/hda_verb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/link/hda_verb.c b/src/mainboard/google/link/hda_verb.c index 07f88be305..7199e5a6f1 100644 --- a/src/mainboard/google/link/hda_verb.c +++ b/src/mainboard/google/link/hda_verb.c @@ -78,7 +78,7 @@ const u32 cim_verb_data[] = { AZALIA_SPEAKER, AZALIA_OTHER_ANALOG, AZALIA_COLOR_UNKNOWN, - AZALIA_JACK_PRESENCE_DETECT, + AZALIA_NO_JACK_PRESENCE_DETECT, 15, 0)), /* Pin Complex (NID 0x0C) N/C */ @@ -110,7 +110,7 @@ const u32 cim_verb_data[] = { AZALIA_MIC_IN, AZALIA_OTHER_ANALOG, AZALIA_COLOR_UNKNOWN, - AZALIA_JACK_PRESENCE_DETECT, + AZALIA_NO_JACK_PRESENCE_DETECT, 15, 0)), /* Pin Complex (NID 0x12) Port-C Combo Jack Mic or D-Mic */