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)
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.


Trivial merge