From a1f4610d1074b8597fe532f1b46fad45ae3071a6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 13 Jan 2011 14:40:43 +0100 Subject: [PATCH] --- yaml --- r: 231835 b: refs/heads/master c: 9fb1ef25f4d31f07cdaf7c6075b40bbcb00c1f92 h: refs/heads/master i: 231833: 5fda74c48fa4fecd1cc40367d7f0b78adf305215 231831: fc1d173aff4134a78bf0198c60c126b2ea8226d6 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3ae054d28ff1..df521820d069 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fc398cb306b0441436c93d6ddead3109b99f884 +refs/heads/master: 9fb1ef25f4d31f07cdaf7c6075b40bbcb00c1f92 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index f13920e53847..98b4b2e1b930 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -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); }