]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/soc/codecs/rt5660.c
ASoC: codecs: add const to snd_soc_codec_driver structures
[mirror_ubuntu-bionic-kernel.git] / sound / soc / codecs / rt5660.c
index c93490d77f2aea38af1b7f5f3c3dbe22f27f4a4f..d22ef00e0d964e09c9930f58d62c5f5c247e1a25 100644 (file)
@@ -1197,7 +1197,7 @@ static struct snd_soc_dai_driver rt5660_dai[] = {
        },
 };
 
-static struct snd_soc_codec_driver soc_codec_dev_rt5660 = {
+static const struct snd_soc_codec_driver soc_codec_dev_rt5660 = {
        .probe = rt5660_probe,
        .remove = rt5660_remove,
        .suspend = rt5660_suspend,