ASoC: codecs: add const to snd_soc_codec_driver structures
[sfrench/cifs-2.6.git] / sound / soc / codecs / alc5623.c
index d2e3a3ef7499bce2d25009a811d9d94a26d4fee3..1db965a93632d8a52835ecf37d55c5963ee9bd4d 100644 (file)
@@ -951,7 +951,7 @@ static int alc5623_probe(struct snd_soc_codec *codec)
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_device_alc5623 = {
+static const struct snd_soc_codec_driver soc_codec_device_alc5623 = {
        .probe = alc5623_probe,
        .suspend = alc5623_suspend,
        .resume = alc5623_resume,