]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc84aa4aa42bb17c30bbf547582f9c378a82e46ec
tree6a9ffab111d6105b625d475a447134fa8673ab82
parentf073fef740aa3bad4a4e72e341e5f0a1e0a0ebc4
parent6aad733d9465a39e36230ce6adfa046311ab4b97
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.