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 <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91444 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
6be9ee7ce4
commit
57f96b83fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue