aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 408613c13f43..393a3043a46e 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -5497,10 +5497,6 @@ int snd_hda_suspend(struct hda_bus *bus)
5497 list_for_each_entry(codec, &bus->codec_list, list) { 5497 list_for_each_entry(codec, &bus->codec_list, list) {
5498 if (hda_codec_is_power_on(codec)) 5498 if (hda_codec_is_power_on(codec))
5499 hda_call_codec_suspend(codec); 5499 hda_call_codec_suspend(codec);
5500 else /* forcibly change the power to D3 even if not used */
5501 hda_set_power_state(codec,
5502 codec->afg ? codec->afg : codec->mfg,
5503 AC_PWRST_D3);
5504 if (codec->patch_ops.post_suspend) 5500 if (codec->patch_ops.post_suspend)
5505 codec->patch_ops.post_suspend(codec); 5501 codec->patch_ops.post_suspend(codec);
5506 } 5502 }