commit | 8c4e56fd5595105128077c2bbdfde3c15a4c2d91 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Mar 22 14:12:05 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 26 14:15:16 2013 +0000 |
tree | 9094fc0e35dd93fdde24ed3cf4f358142fd10be0 | |
parent | 3021bd38ed31380df5e270451162feca83aef40f [diff] |
ASoC: ux500_pcm: No need to wrap snd_dmaengine_pcm_close() If a PCM driver using the dmaengine PCM helper functions doesn't need to do anything special in its pcm_close callback, snd_dmaengine_pcm_close can be used directly for as the pcm_close callback and there is no need to wrap it in a custom function. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Ola Lilja <ola.o.lilja@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>