Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293086
b: refs/heads/master
c: 589876e
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 20, 2012
1 parent 722b2e9 commit 3be242b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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: b9368f5c10b15f2b79a58666849827edc1f2f3d4
refs/heads/master: 589876e243bb14343d09d9fd7f9ddf79f1d80158
32 changes: 16 additions & 16 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -4566,8 +4566,6 @@ static int patch_alc880(struct hda_codec *codec)
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
if (board_config == ALC_MODEL_AUTO)
spec->init_hook = alc_auto_init_std;
Expand All @@ -4578,6 +4576,8 @@ static int patch_alc880(struct hda_codec *codec)
spec->loopback.amplist = alc880_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -4749,8 +4749,6 @@ static int patch_alc260(struct hda_codec *codec)
set_beep_amp(spec, 0x07, 0x05, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
spec->init_hook = alc_auto_init_std;
spec->shutup = alc_eapd_shutup;
Expand All @@ -4759,6 +4757,8 @@ static int patch_alc260(struct hda_codec *codec)
spec->loopback.amplist = alc260_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -5165,8 +5165,6 @@ static int patch_alc882(struct hda_codec *codec)
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
if (board_config == ALC_MODEL_AUTO)
spec->init_hook = alc_auto_init_std;
Expand All @@ -5178,6 +5176,8 @@ static int patch_alc882(struct hda_codec *codec)
spec->loopback.amplist = alc882_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -5331,8 +5331,6 @@ static int patch_alc262(struct hda_codec *codec)
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
spec->init_hook = alc_auto_init_std;
spec->shutup = alc_eapd_shutup;
Expand All @@ -5342,6 +5340,8 @@ static int patch_alc262(struct hda_codec *codec)
spec->loopback.amplist = alc262_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -5992,8 +5992,6 @@ static int patch_alc269(struct hda_codec *codec)
set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
#ifdef CONFIG_PM
codec->patch_ops.resume = alc269_resume;
Expand All @@ -6008,6 +6006,8 @@ static int patch_alc269(struct hda_codec *codec)
codec->patch_ops.check_power_status = alc269_mic2_mute_check_ps;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -6146,8 +6146,6 @@ static int patch_alc861(struct hda_codec *codec)
set_beep_amp(spec, 0x23, 0, HDA_OUTPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
spec->init_hook = alc_auto_init_std;
#ifdef CONFIG_SND_HDA_POWER_SAVE
Expand All @@ -6156,6 +6154,8 @@ static int patch_alc861(struct hda_codec *codec)
spec->loopback.amplist = alc861_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -6270,8 +6270,6 @@ static int patch_alc861vd(struct hda_codec *codec)
set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;

spec->init_hook = alc_auto_init_std;
Expand All @@ -6281,6 +6279,8 @@ static int patch_alc861vd(struct hda_codec *codec)
spec->loopback.amplist = alc861vd_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down Expand Up @@ -6659,8 +6659,6 @@ static int patch_alc662(struct hda_codec *codec)
}
}

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

codec->patch_ops = alc_patch_ops;
spec->init_hook = alc_auto_init_std;
spec->shutup = alc_eapd_shutup;
Expand All @@ -6670,6 +6668,8 @@ static int patch_alc662(struct hda_codec *codec)
spec->loopback.amplist = alc662_loopbacks;
#endif

alc_apply_fixup(codec, ALC_FIXUP_ACT_PROBE);

return 0;

error:
Expand Down

0 comments on commit 3be242b

Please sign in to comment.