aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 537991ccba28..518e6ceeed20 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -374,8 +374,10 @@ static void alc_fixup_no_depop_delay(struct hda_codec *codec,
374{ 374{
375 struct alc_spec *spec = codec->spec; 375 struct alc_spec *spec = codec->spec;
376 376
377 if (action == HDA_FIXUP_ACT_PROBE) 377 if (action == HDA_FIXUP_ACT_PROBE) {
378 spec->no_depop_delay = 1; 378 spec->no_depop_delay = 1;
379 codec->depop_delay = 0;
380 }
379} 381}
380 382
381static int alc_auto_parse_customize_define(struct hda_codec *codec) 383static int alc_auto_parse_customize_define(struct hda_codec *codec)