ALSA: drivers: Constify snd_kcontrol_new items
[linux-2.6-microblaze.git] / sound / drivers / opl4 / opl4_mixer.c
index 7d4b3cc..fa1e6ef 100644 (file)
@@ -47,7 +47,7 @@ static int snd_opl4_ctl_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_v
        return value != old_value;
 }
 
-static struct snd_kcontrol_new snd_opl4_controls[] = {
+static const struct snd_kcontrol_new snd_opl4_controls[] = {
        {
                .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
                .name = "FM Playback Volume",