Re: [PATCH] ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused

From: Takashi Iwai
Date: Wed Jul 17 2024 - 04:39:52 EST


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@xxxxxxx>

Thanks, applied now.


Takashi