commit | 144a98835d2b4fc8a732628eaa5c98c573d58baf | [log] [tgz] |
---|---|---|
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | Thu Feb 11 12:17:17 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Feb 20 01:20:18 2016 +0900 |
tree | 373bee5843fba54568b20d5ffdb2a835237a6d4f | |
parent | 88a69d7b07747af08f737b160b27503b1400d3b6 [diff] |
ASoC: qcom: use snd_dma_alloc/free* apis There is no point in having local allocation functions when the driver can use snd_dma_alloc/free() apis. This patch replaces the local versions of the dma allocation apis with the snd_dma_alloc/free() apis. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>