summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/pcm512x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-08-17 18:15:39 +0100
committerMark Brown <broonie@kernel.org>2017-08-17 18:15:39 +0100
commita46f1cfaab29639289c82288ef84070f1acf8100 (patch)
treebc777334f1da0fd4230d1d26c95280e0fc5e8d13 /sound/soc/codecs/pcm512x.c
parent23c7159a799f3364720b3d250f57bc8e26b17287 (diff)
parent6e37f933ed1ade3201dd609d103c0ef79c0ef6b0 (diff)
downloadlinux-stable-a46f1cfaab29639289c82288ef84070f1acf8100.tar.gz
linux-stable-a46f1cfaab29639289c82288ef84070f1acf8100.tar.bz2
linux-stable-a46f1cfaab29639289c82288ef84070f1acf8100.zip
Merge branch 'topic/const' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-dmic
Diffstat (limited to 'sound/soc/codecs/pcm512x.c')
-rw-r--r--sound/soc/codecs/pcm512x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm512x.c b/sound/soc/codecs/pcm512x.c
index 72b19e62f626..f1005a31c709 100644
--- a/sound/soc/codecs/pcm512x.c
+++ b/sound/soc/codecs/pcm512x.c
@@ -1344,7 +1344,7 @@ static struct snd_soc_dai_driver pcm512x_dai = {
.ops = &pcm512x_dai_ops,
};
-static struct snd_soc_codec_driver pcm512x_codec_driver = {
+static const struct snd_soc_codec_driver pcm512x_codec_driver = {
.set_bias_level = pcm512x_set_bias_level,
.idle_bias_off = true,