Commits
Shengjiu Wang committed bd9955dd6d0
MLK-12202: ASoC: fsl_asrc_m2m: fix dma timeout after suspend/resume In suspend function, the complete will be set to done in callback. After resuming, the convert will not spend time to wait the complete. which is a wrong complete. So in suspend function, the complete need to be reinited for next convert. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>