ALSA: i2c: Constify snd_kcontrol_new items
[sfrench/cifs-2.6.git] / sound / i2c / cs8427.c
index bac4f0036cd6f3e26b9c34e07db6c1cc3bfacdda..8634d4f466b36d31b18e91be015a085dbde566dc 100644 (file)
@@ -459,7 +459,7 @@ static int snd_cs8427_spdif_mask_get(struct snd_kcontrol *kcontrol,
        return 0;
 }
 
-static struct snd_kcontrol_new snd_cs8427_iec958_controls[] = {
+static const struct snd_kcontrol_new snd_cs8427_iec958_controls[] = {
 {
        .iface =        SNDRV_CTL_ELEM_IFACE_PCM,
        .info =         snd_cs8427_in_status_info,