]> Pileus Git - ~andy/linux/commit
ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 6 Jan 2014 16:19:22 +0000 (17:19 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 7 Jan 2014 11:41:36 +0000 (11:41 +0000)
commit96ae0f08ac574f3dac17cff9afdeee5562f61cbb
treed08fde7df12f2698fed642ffed2033bfa6c9879e
parentf3b6079683e371eff8772882448020c29913cab1
ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag

Since commit 7b11304 ("dma: mxs-dma: Report correct residue for cyclic DMA")
the mxs dmaengine driver has support for residue reporting. So there is no need
to specify the SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag anymore. This allows a
finer grained resolution for the PCM pointer as well as avoids the race
condition that can occur with the period counting that is used when the
dmaengine driver does not support residue reporting.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/mxs/mxs-pcm.c