[PATCH v1 04/13] ASoC: qcom: remove hardcoded dma channel

2015-05-13 Thread Srinivas Kandagatla
This patch removes hardcoded dma channel value in lpass driver, Now the dma channel allocation happens in the SOC specific layer. This will allow different LPASS integrations to use the lpass driver in more generic way. Signed-off-by: Srinivas Kandagatla --- sound/soc/qcom/lpass-ipq806x.c | 12

[PATCH v1 04/13] ASoC: qcom: remove hardcoded dma channel

2015-05-13 Thread Srinivas Kandagatla
This patch removes hardcoded dma channel value in lpass driver, Now the dma channel allocation happens in the SOC specific layer. This will allow different LPASS integrations to use the lpass driver in more generic way. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org ---