17 Jul
2024
17 Jul
'24
10:40 a.m.
On Wed, 17 Jul 2024 08:44:53 +0200, Shengjiu Wang wrote:
When suspended, the DMA channel may enter PAUSE state if dmaengine_pause() is supported by DMA. At this state, dmaengine_synchronize() should not be called, otherwise the DMA channel can't be resumed successfully.
Fixes: e8343410ddf0 ("ALSA: dmaengine: Synchronize dma channel after drop()") Signed-off-by: Shengjiu Wang shengjiu.wang@nxp.com
Thanks, applied now.
Takashi