Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332183
b: refs/heads/master
c: 9f720bb
h: refs/heads/master
i:
  332181: 7a6e925
  332179: ecbbb4b
  332175: 0522b7e
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Takashi Iwai committed Oct 6, 2012
1 parent 893e81e commit cf9f58d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4db0952e542090c605fd41d31d761f1b4624f4a
refs/heads/master: 9f720bb9409ea5923361fbd3fdbc505ca36cf012
12 changes: 6 additions & 6 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -6307,6 +6307,12 @@ static int patch_alc269(struct hda_codec *codec)

spec = codec->spec;

alc_pick_fixup(codec, alc269_fixup_models,
alc269_fixup_tbl, alc269_fixups);
alc_apply_fixup(codec, ALC_FIXUP_ACT_PRE_PROBE);

alc_auto_parse_customize_define(codec);

if (codec->vendor_id == 0x10ec0269) {
spec->codec_variant = ALC269_TYPE_ALC269VA;
switch (alc_get_coef0(codec) & 0x00f0) {
Expand Down Expand Up @@ -6334,12 +6340,6 @@ static int patch_alc269(struct hda_codec *codec)
alc269_fill_coef(codec);
}

alc_pick_fixup(codec, alc269_fixup_models,
alc269_fixup_tbl, alc269_fixups);
alc_apply_fixup(codec, ALC_FIXUP_ACT_PRE_PROBE);

alc_auto_parse_customize_define(codec);

/* automatic parse from the BIOS config */
err = alc269_parse_auto_config(codec);
if (err < 0)
Expand Down

0 comments on commit cf9f58d

Please sign in to comment.