summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/lpass.h
diff options
context:
space:
mode:
authorSrinivas Kandagatla2016-02-11 13:17:30 +0100
committerMark Brown2016-02-19 17:20:18 +0100
commitec5b82878c36f8c7c6d0d85eacd5185633e6c91b (patch)
tree6b07b9b4a071ea994335c54d3252033be33e18e8 /sound/soc/qcom/lpass.h
parentASoC: qcom: add wrdma register details to lpass_variant (diff)
downloadkernel-qcow2-linux-ec5b82878c36f8c7c6d0d85eacd5185633e6c91b.tar.gz
kernel-qcow2-linux-ec5b82878c36f8c7c6d0d85eacd5185633e6c91b.tar.xz
kernel-qcow2-linux-ec5b82878c36f8c7c6d0d85eacd5185633e6c91b.zip
ASoC: qcom: rename rdmactl_audif_start to dmactrl_audif_start
This patch renames rdmactl_audif_start to dmactrl_audif_start as this is common for both rdma and wrdma. Without this patch the name would be bit misleading to the readers. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/lpass.h')
-rw-r--r--sound/soc/qcom/lpass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/lpass.h b/sound/soc/qcom/lpass.h
index 024a771be4dc..412399acfe3d 100644
--- a/sound/soc/qcom/lpass.h
+++ b/sound/soc/qcom/lpass.h
@@ -79,7 +79,7 @@ struct lpass_variant {
* on SOCs like APQ8016 the channel control bits start
* at different offset to ipq806x
**/
- u32 rdmactl_audif_start;
+ u32 dmactl_audif_start;
u32 wrdma_channel_start;
/* SOC specific intialization like clocks */
int (*init)(struct platform_device *pdev);