]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: qcom: use snd_dma_alloc/free* apis
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 1 Feb 2016 15:07:16 +0000 (15:07 +0000)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 5 Feb 2016 08:12:50 +0000 (08:12 +0000)
commitb2f7a983ee00db9562efa0d3d99595fdf2bc4615
tree11c85f45793a07235bb4d9307dc831ac67483c70
parent822b0d84b73e1913a63ceeeefdede4f661815fef
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>
sound/soc/qcom/lpass-platform.c