Message ID | 20220712131620.13365-2-peter.ujfalusi@linux.intel.com |
---|---|
State | Accepted |
Commit | 402355e6cdbebf15f2c40cd9469b924c97b94b32 |
Headers | show |
Series | ASoC: SOF: Intel: hda-dai: No need to decouple host/link DMA twice | expand |
diff --git a/sound/soc/sof/intel/hda-dai.c b/sound/soc/sof/intel/hda-dai.c index ed74a1f264e8..9015ca2024bc 100644 --- a/sound/soc/sof/intel/hda-dai.c +++ b/sound/soc/sof/intel/hda-dai.c @@ -221,7 +221,6 @@ static int hda_link_dma_hw_params(struct snd_pcm_substream *substream, struct hdac_bus *bus = hstream->bus; struct hdac_ext_link *link; - /* get stored dma data if resuming from system suspend */ hext_stream = snd_soc_dai_get_dma_data(cpu_dai, substream); if (!hext_stream) { hext_stream = hda_link_stream_assign(bus, substream);