ASoC: SOF: Intel: hda-dai: No need to decouple host/link DMA twice
authorMark Brown <broonie@kernel.org>
Tue, 12 Jul 2022 18:21:41 +0000 (19:21 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 12 Jul 2022 18:21:41 +0000 (19:21 +0100)
commit274a3e6f98682ccad508a108312cfb5fb7c7553a
tree6a9ffab111d6105b625d475a447134fa8673ab82
parentd5bd47f3ca124058a8e87eae4508afeda2132611
parentfbabebfb26a8130c10fd91cca687bac87944580d
ASoC: SOF: Intel: hda-dai: No need to decouple host/link DMA twice

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

There is no need to decouple a decoupled stream twice.
Keep the decoupling in hda_link_stream_assign() only as it is going to be
executed in all cases.

Drop the outdated comment from hda_link_dma_hw_params() as well since the code
has changed around it.