summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 702af98e8ae3..2407913c9555 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2494,18 +2494,6 @@ static int azx_resume(struct azx *chip)
if (snd_hda_codecs_inuse(chip->bus))
azx_init_chip(chip, 1);
-#if defined(CONFIG_SND_HDA_PLATFORM_DRIVER) && \
- defined(CONFIG_SND_HDA_POWER_SAVE)
- else if (chip->driver_type == AZX_DRIVER_NVIDIA_TEGRA) {
- struct hda_bus *bus = chip->bus;
- struct hda_codec *c;
-
- list_for_each_entry(c, &bus->codec_list, list) {
- snd_hda_power_up(c);
- snd_hda_power_down(c);
- }
- }
-#endif
snd_hda_resume(chip->bus);
snd_power_change_state(card, SNDRV_CTL_POWER_D0);