]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm8960.c
ASoC: constify snd_soc_codec_driver structures
[karo-tx-linux.git] / sound / soc / codecs / wm8960.c
index d7f444f874604d7d8a6df4a05aa634fe5448fdfd..be3244361210c15c8e91180eaf11b705e753953e 100644 (file)
@@ -1264,7 +1264,7 @@ static int wm8960_probe(struct snd_soc_codec *codec)
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_dev_wm8960 = {
+static const struct snd_soc_codec_driver soc_codec_dev_wm8960 = {
        .probe =        wm8960_probe,
        .set_bias_level = wm8960_set_bias_level,
        .suspend_bias_off = true,