ASoC: fsl_sai: Add isr to deal with error flag
authorNicolin Chen <Guangyu.Chen@freescale.com>
Thu, 27 Mar 2014 11:06:59 +0000 (19:06 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 27 Mar 2014 13:21:07 +0000 (13:21 +0000)
It's quite cricial to clear error flags because SAI might hang if getting
FIFO underrun during playback (I haven't confirmed the same issue on Rx
overflow though).

So this patch enables those irq and adds isr() to clear the flags so as to
keep playback entirely safe.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_sai.c
sound/soc/fsl/fsl_sai.h

Simple merge
Simple merge