commit | ac581e60dfb4cc55ac20cca18202c7689d324aa7 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Mar 22 14:12:11 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 26 14:17:03 2013 +0000 |
tree | 39d4a2c361d334a4891cedd673a95b1d859140dc | |
parent | 453807f3006757a5661c4000262d7d9284b5214c [diff] |
ASoC: mmp-pcm: Allocate dma filter parameters on the stack The dma filter parameters are only used within filter callback, so there is no need to allocate them on the heap and keep them around until the PCM has been closed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>