1 Feb
2016
1 Feb
'16
7:29 p.m.
wrdma channel numbering starts at 5 on APQ8016 and is different on other chips.
This patch adds wrdma_channel_start map to variant structure for dma channel allocations.
Signed-off-by: Srinivas Kandagatla srinivas.kandagatla@linaro.org --- sound/soc/qcom/lpass.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/lpass.h b/sound/soc/qcom/lpass.h index 30449f3..8475b60 100644 --- a/sound/soc/qcom/lpass.h +++ b/sound/soc/qcom/lpass.h @@ -80,6 +80,7 @@ struct lpass_variant { * at different offset to ipq806x **/ u32 dmactl_audif_start; + u32 wrdma_channel_start; /* SOC specific intialization like clocks */ int (*init)(struct platform_device *pdev); int (*exit)(struct platform_device *pdev);
--
1.9.1