diff options
author | Mark Brown <broonie@kernel.org> | 2017-09-01 13:12:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-01 13:12:16 +0200 |
commit | ab99d9872e93e83fc2d992eeb8de7d9a128858eb (patch) | |
tree | 49910d189623ffaab04dd5241e7eabe236053b16 /sound/soc/codecs/adau1701.c | |
parent | Merge remote-tracking branches 'asoc/fix/arizona' and 'asoc/fix/mtk' into aso... (diff) | |
parent | ASoC: codecs: msm8916-wcd-analog: always true condition (diff) | |
download | linux-ab99d9872e93e83fc2d992eeb8de7d9a128858eb.tar.xz linux-ab99d9872e93e83fc2d992eeb8de7d9a128858eb.zip |
Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-next
Diffstat (limited to 'sound/soc/codecs/adau1701.c')
-rw-r--r-- | sound/soc/codecs/adau1701.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index 3bad1bc8c00a..805afac8146b 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c @@ -757,7 +757,7 @@ static int adau1701_resume(struct snd_soc_codec *codec) #define adau1701_suspend NULL #endif /* CONFIG_PM */ -static struct snd_soc_codec_driver adau1701_codec_drv = { +static const struct snd_soc_codec_driver adau1701_codec_drv = { .probe = adau1701_probe, .remove = adau1701_remove, .resume = adau1701_resume, |