From: Nicolin Chen Date: Thu, 27 Mar 2014 11:06:59 +0000 (+0800) Subject: ASoC: fsl_sai: Add isr to deal with error flag X-Git-Tag: v3.15-rc1~36^2~1^2~1^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2681a1bf5ae053426a6c5c1daaed17b2f95efe6;p=pandora-kernel.git ASoC: fsl_sai: Add isr to deal with error flag 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed