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: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
6fc398cb30
commit
9fb1ef25f4
1 changed files with 2 additions and 0 deletions
|
@ -14814,6 +14814,8 @@ static void alc269_fixup_hweq(struct hda_codec *codec,
|
||||||
{
|
{
|
||||||
int coef;
|
int coef;
|
||||||
|
|
||||||
|
if (pre_init)
|
||||||
|
return;
|
||||||
coef = alc_read_coef_idx(codec, 0x1e);
|
coef = alc_read_coef_idx(codec, 0x1e);
|
||||||
alc_write_coef_idx(codec, 0x1e, coef | 0x80);
|
alc_write_coef_idx(codec, 0x1e, coef | 0x80);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue