ASoC: qcom: Constify asoc_qcom_lpass_cpu_dai_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 28 Aug 2015 02:53:31 +0000 (10:53 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 28 Aug 2015 16:29:06 +0000 (17:29 +0100)
commit618718dc56a49321a12f231b34f6c43f44c3c374
treec9277d3a44f0c4c4cbdaeed20e31f8892bfab501
parenteccad574ef2d74e7519a092d9822932a27c6f165
ASoC: qcom: Constify asoc_qcom_lpass_cpu_dai_ops

asoc_qcom_lpass_cpu_dai_ops is exported and used by multiple drivers,
make it const to prevent modifying it at run time.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-cpu.c
sound/soc/qcom/lpass.h