commit | 9fb1ef25f4d31f07cdaf7c6075b40bbcb00c1f92 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jan 13 14:40:43 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 13 14:44:37 2011 +0100 |
tree | 1768a4e7c1576edf55420dd3a6f65f5f989b7152 | |
parent | 6fc398cb306b0441436c93d6ddead3109b99f884 [diff] |
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>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f13920e..98b4b2e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c
@@ -14814,6 +14814,8 @@ { int coef; + if (pre_init) + return; coef = alc_read_coef_idx(codec, 0x1e); alc_write_coef_idx(codec, 0x1e, coef | 0x80); }