diff --git a/sound/soc/sof/intel/hda-dsp.c b/sound/soc/sof/intel/hda-dsp.c index 8673e38666f830..c6160478c49fad 100644 --- a/sound/soc/sof/intel/hda-dsp.c +++ b/sound/soc/sof/intel/hda-dsp.c @@ -404,9 +404,6 @@ static int hda_resume(struct snd_sof_dev *sdev) int hda_dsp_resume(struct snd_sof_dev *sdev) { - /* turn display power on */ - hda_codec_i915_get(sdev); - /* init hda controller. DSP cores will be powered up during fw boot */ return hda_resume(sdev); } @@ -435,8 +432,5 @@ int hda_dsp_suspend(struct snd_sof_dev *sdev, int state) return ret; } - /* turn display power off */ - hda_codec_i915_put(sdev); - return 0; }