MLK-12374: ASoC: fsl_sai: Change the dev_warn to dev_dbg
authorShengjiu Wang <shengjiu.wang@freescale.com>
Thu, 4 Feb 2016 07:07:57 +0000 (15:07 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:50:01 +0000 (14:50 -0500)
commit352da754a2467f636a9309cff3de9cfc53ba84c0
treeb6393b0ce30c84fa73f458c7b4b623c48266b82c
parent0464a8a0d2be97b8d82264abeb04314250eecff6
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>
sound/soc/fsl/fsl_sai.c