diff options
author | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:16 +0300 |
commit | ab99d9872e93e83fc2d992eeb8de7d9a128858eb (patch) | |
tree | 49910d189623ffaab04dd5241e7eabe236053b16 /sound/soc/codecs/rt5677.c | |
parent | a5ef8ca69a6bea61062854ee37cb199a5659964c (diff) | |
parent | 56026714bd45fccda710114982789c5145285560 (diff) | |
download | linux-ab99d9872e93e83fc2d992eeb8de7d9a128858eb.tar.xz |
Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-next
Diffstat (limited to 'sound/soc/codecs/rt5677.c')
-rw-r--r-- | sound/soc/codecs/rt5677.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c index 6f629278d982..8dacfdd05d6b 100644 --- a/sound/soc/codecs/rt5677.c +++ b/sound/soc/codecs/rt5677.c @@ -4968,7 +4968,7 @@ static struct snd_soc_dai_driver rt5677_dai[] = { }, }; -static struct snd_soc_codec_driver soc_codec_dev_rt5677 = { +static const struct snd_soc_codec_driver soc_codec_dev_rt5677 = { .probe = rt5677_probe, .remove = rt5677_remove, .suspend = rt5677_suspend, |