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/lm49453.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/lm49453.c')
-rw-r--r-- | sound/soc/codecs/lm49453.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 8d413c2677cc..41e09d1287b8 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -1389,7 +1389,7 @@ static struct snd_soc_dai_driver lm49453_dai[] = { }, }; -static struct snd_soc_codec_driver soc_codec_dev_lm49453 = { +static const struct snd_soc_codec_driver soc_codec_dev_lm49453 = { .set_bias_level = lm49453_set_bias_level, .component_driver = { .controls = lm49453_snd_controls, |