summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/lpass-apq8016.c
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2016-02-11 12:17:30 +0000
committerMark Brown <broonie@kernel.org>2016-02-20 01:20:18 +0900
commitec5b82878c36f8c7c6d0d85eacd5185633e6c91b (patch)
tree6b07b9b4a071ea994335c54d3252033be33e18e8 /sound/soc/qcom/lpass-apq8016.c
parentffc1325e1d3bb809dbd8c0b7f9682a22e51a69c3 (diff)
downloadlinux-stable-ec5b82878c36f8c7c6d0d85eacd5185633e6c91b.tar.gz
linux-stable-ec5b82878c36f8c7c6d0d85eacd5185633e6c91b.tar.bz2
linux-stable-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-apq8016.c')
-rw-r--r--sound/soc/qcom/lpass-apq8016.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/lpass-apq8016.c b/sound/soc/qcom/lpass-apq8016.c
index 94efc01020c4..6cc7e72b6ff3 100644
--- a/sound/soc/qcom/lpass-apq8016.c
+++ b/sound/soc/qcom/lpass-apq8016.c
@@ -212,7 +212,7 @@ static struct lpass_variant apq8016_data = {
.rdma_reg_base = 0x8400,
.rdma_reg_stride = 0x1000,
.rdma_channels = 2,
- .rdmactl_audif_start = 1,
+ .dmactl_audif_start = 1,
.dai_driver = apq8016_lpass_cpu_dai_driver,
.num_dai = ARRAY_SIZE(apq8016_lpass_cpu_dai_driver),
.init = apq8016_lpass_init,