diff options
-rw-r--r-- | sound/pci/hda/hda_codec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index afb90f48867f..69178c4f4113 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -4000,6 +4000,10 @@ static void hda_call_codec_resume(struct hda_codec *codec) | |||
4000 | * in the resume / power-save sequence | 4000 | * in the resume / power-save sequence |
4001 | */ | 4001 | */ |
4002 | hda_keep_power_on(codec); | 4002 | hda_keep_power_on(codec); |
4003 | if (codec->pm_down_notified) { | ||
4004 | codec->pm_down_notified = 0; | ||
4005 | hda_call_pm_notify(codec->bus, true); | ||
4006 | } | ||
4003 | hda_set_power_state(codec, AC_PWRST_D0); | 4007 | hda_set_power_state(codec, AC_PWRST_D0); |
4004 | restore_shutup_pins(codec); | 4008 | restore_shutup_pins(codec); |
4005 | hda_exec_init_verbs(codec); | 4009 | hda_exec_init_verbs(codec); |