Commits
Shengjiu Wang committed 29f13b1513c
MLK-12374: ASoC: fsl_sai: Change the dev_warn to dev_dbg When audio stop, it will first stop dma, then stop cpu_dai. If there is delay between dma stop and cpu dai stop, there will be underrun error, the print will cost time, then will cause another underrun error, it is a infinite loop. Which will cause the cpu dai can't stop. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>