Skip to content

Commit

Permalink
ALSA: hda - Apply Sony VAIO hweq fixup only once
Browse files Browse the repository at this point in the history
This should be applied also only once as a part of the initialization.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jan 13, 2011
1 parent 6fc398c commit 9fb1ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9fb1ef2

Please sign in to comment.