]> Pileus Git - ~andy/linux/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)
commit153e66f5136bc5b33db253ad2db011177196626e
tree7a8e2fffc671c704615f5971fdca469711d9fd65
parent478028e088d6a94666d8a776be2cd2291faf3bbd
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