[alsa-devel] twl4030 latency update

Peter Ujfalusi peter.ujfalusi at ti.com
Thu Mar 20 14:35:34 CET 2014


Hi Leonardo,

On 03/20/2014 01:13 PM, Leonardo Gabrielli wrote:
> Dear Peter,
> I was investigating on TWL4030 high playback latency and stumbled in an old
> thread started by Edgar
> http://mailman.alsa-project.org/pipermail/alsa-devel/2011-October/045173.html
> where I read this is related to McBSP2 buffer length
> Recent kernels seems to have the same behavior (I have a debian beagleboardxM
> with 3.13.3-armv7-x10)
> Did you manage to get a fix to this problem? Would it be possible?

The 'misusing/configuring the McBSP, and sDMA' did not worked :(
However the mcbsp code went through quite a bit of change since than
concerning the McBSP FIFO/sDMA configuration.

If we have FIFO the sDMA is always in packet mode.
The default is to transfer one sample with sDMA per DMA request.
You can switch the McBSP to 'threshold' mode and set the maximum FIFO
threshold you want to use. The code will figure out the optimal FIFO/burst
size based on the period size and the max threshold you have set.
This is done via a sysfs file under the mcbsp, the file is dma_op_mode if I
recall correctly.
Playing with the max tx/rx threshold you might be able to get better latency.

-- 
Péter


More information about the Alsa-devel mailing list