diff options
author | Mark Brown <broonie@kernel.org> | 2017-08-17 18:15:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-17 18:15:39 +0100 |
commit | a46f1cfaab29639289c82288ef84070f1acf8100 (patch) | |
tree | bc777334f1da0fd4230d1d26c95280e0fc5e8d13 /sound/soc/codecs/pcm512x.c | |
parent | 23c7159a799f3364720b3d250f57bc8e26b17287 (diff) | |
parent | 6e37f933ed1ade3201dd609d103c0ef79c0ef6b0 (diff) | |
download | linux-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.c | 2 |
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, |