Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fb1ef25 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Apply Sony VAIO hweq fixup only once



This should be applied also only once as a part of the initialization.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6fc398cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14814,6 +14814,8 @@ static void alc269_fixup_hweq(struct hda_codec *codec,
{
	int coef;
	if (pre_init)
		return;
	coef = alc_read_coef_idx(codec, 0x1e);
	alc_write_coef_idx(codec, 0x1e, coef | 0x80);
}