From: Peter Ujfalusi Date: Fri, 23 Apr 2010 07:09:57 +0000 (+0300) Subject: ASoC: tlv320dac33: Fix for early interrupt in FIFO Mode1 X-Git-Tag: v2.6.35-rc1~478^2^2~44^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d593280652025f797d432e90f49d49b9334689;p=pandora-kernel.git ASoC: tlv320dac33: Fix for early interrupt in FIFO Mode1 Alarm threshold interrupt is triggered right after the playback start. This interrupt is recieved during the first burst period, and caused the state machine to write additional nSample command, which has to be avoided. To fix this issue move the DAC33 interrupt unmasking after we configured the PREFILL register with a small delay. Signed-off-by: Peter Ujfalusi Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed