summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/inno_rk3036.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-09-01 14:12:17 +0300
committerMark Brown <broonie@kernel.org>2017-09-01 14:12:17 +0300
commit0314f6947c5132c63413855c34d8cff22e95ae2b (patch)
treed174b2413684c2d2ae92a7287b47a9be8e840065 /sound/soc/codecs/inno_rk3036.c
parent2e700424799ebe7731839efcee30a5a23525e7b5 (diff)
parentf13db334bf7b68b0086d04ab6a51517ba41123b4 (diff)
downloadlinux-0314f6947c5132c63413855c34d8cff22e95ae2b.tar.xz
Merge remote-tracking branch 'asoc/topic/const' into asoc-next
Diffstat (limited to 'sound/soc/codecs/inno_rk3036.c')
-rw-r--r--sound/soc/codecs/inno_rk3036.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/inno_rk3036.c b/sound/soc/codecs/inno_rk3036.c
index 64b0be94bea3..6b59b6f08298 100644
--- a/sound/soc/codecs/inno_rk3036.c
+++ b/sound/soc/codecs/inno_rk3036.c
@@ -310,7 +310,7 @@ static int rk3036_codec_dai_hw_params(struct snd_pcm_substream *substream,
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S32_LE)
-static struct snd_soc_dai_ops rk3036_codec_dai_ops = {
+static const struct snd_soc_dai_ops rk3036_codec_dai_ops = {
.set_fmt = rk3036_codec_dai_set_fmt,
.hw_params = rk3036_codec_dai_hw_params,
};