summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad1836.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-09-01 13:12:16 +0200
committerMark Brown <broonie@kernel.org>2017-09-01 13:12:16 +0200
commitab99d9872e93e83fc2d992eeb8de7d9a128858eb (patch)
tree49910d189623ffaab04dd5241e7eabe236053b16 /sound/soc/codecs/ad1836.c
parentMerge remote-tracking branches 'asoc/fix/arizona' and 'asoc/fix/mtk' into aso... (diff)
parentASoC: codecs: msm8916-wcd-analog: always true condition (diff)
downloadlinux-ab99d9872e93e83fc2d992eeb8de7d9a128858eb.tar.xz
linux-ab99d9872e93e83fc2d992eeb8de7d9a128858eb.zip
Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-next
Diffstat (limited to 'sound/soc/codecs/ad1836.c')
-rw-r--r--sound/soc/codecs/ad1836.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c
index a478239aadac..d0361caad09e 100644
--- a/sound/soc/codecs/ad1836.c
+++ b/sound/soc/codecs/ad1836.c
@@ -321,7 +321,7 @@ static int ad1836_remove(struct snd_soc_codec *codec)
AD1836_ADC_SERFMT_MASK, 0);
}
-static struct snd_soc_codec_driver soc_codec_dev_ad1836 = {
+static const struct snd_soc_codec_driver soc_codec_dev_ad1836 = {
.probe = ad1836_probe,
.remove = ad1836_remove,
.suspend = ad1836_suspend,