Commits
Shengjiu Wang committed c040763b306
MLK-14254: ASoC: imx_pcm_rpmsg: fix cmd dropped by work queue The test case is to playback a bitstream, then repeat ctrl+z and fg, several times later, the playback is failed to continue. The reason is if the work is pending in work queue, send second time of this work, the second work is dropped by work queue. so use one work for one cmd is not fit for audio case. use a work loop for audio cmd to fix this issue. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>