Revert "ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2"

This reverts commit a717b5eb7d.
This commit is contained in:
Ksawlii 2024-11-24 00:22:50 +01:00
parent b22a85dacf
commit fa732d6508

View file

@ -261,7 +261,7 @@ static void cxt_fixup_update_pinctl(struct hda_codec *codec,
* This is the value stored in the codec register after
* the correct initialization of the previous windows boot.
*/
snd_hda_set_pin_ctl_cache(codec, 0x1d, AC_PINCTL_HP_EN);
snd_hda_set_pin_ctl(codec, 0x1d, AC_PINCTL_HP_EN);
}
}