From: Jarkko Nikula Date: Fri, 27 Mar 2009 13:32:01 +0000 (+0200) Subject: ASoC: OMAP: Set minimum buffer size constraint for McBSP2 in OMAP3 X-Git-Tag: Release-2010-05/1~2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3610bdbc8c670528de14ba9466e3c7485f5d06a;p=pandora-kernel.git ASoC: OMAP: Set minimum buffer size constraint for McBSP2 in OMAP3 McBSP2 in OMAP3 has 1 ksample (1k x 32 bit) internal FIFO. During initial playback startup, this FIFO is keeping the DMA request active until the FIFO is full. So now if ALSA buffer size is smaller, DMA is looping around it while filling up the HW FIFO, generating burst of interrupts as well and SW doesn't have any change to fill enough data. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed