Hi all,
I had implemented a alsa sound driver with imx8m mini SDK board(using imx-5.4.70-2.3.0 sdk), when I issue a pause command using alsa api, it returns "PAUSE command ignored (no hw support)", and the i2s output seems keep sending out the last sample value.
//-----------------------------------------------
In order to support 'SNDRV_PCM_INFO_PAUSE', the dma has to support pause cmd, but I found imx-sdma seems not implemented device-pause function.
Could anyone kindly give some suggestions?
Thanks a lot,
Gavin