]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: axi-{spdif,i2s}: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 11 Jan 2014 13:02:20 +0000 (14:02 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 14 Jan 2014 21:28:39 +0000 (21:28 +0000)
commite6fc5dacede530a23a4122a748cc172f03f41f17
tree7a8e2fffc671c704615f5971fdca469711d9fd65
parentc46412cec50a2ba4b0c97f38617be127c0910e31
ASoC: axi-{spdif,i2s}: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag

The pl330 driver properly reports that it does not have residue reporting
support, which means the PCM dmanegine driver is able to figure this out on its
own. So there is no need to set the flag manually. Removing the flag has the
advantage that once the pl330 driver gains support for residue reporting it will
automatically be used by the generic dmaengine PCM driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/adi/axi-i2s.c
sound/soc/adi/axi-spdif.c