ALSA: pci: Constify snd_ac97_bus_ops definitions
[sfrench/cifs-2.6.git] / sound / pci / maestro3.c
index b94e3ec5f1587e573f567ea68615f212cba78aca..89018d44d77714c3c7b10a2cdda30af8b15b0f9e 100644 (file)
@@ -2036,7 +2036,7 @@ static int snd_m3_mixer(struct snd_m3 *chip)
        struct snd_ctl_elem_id elem_id;
 #endif
        int err;
-       static struct snd_ac97_bus_ops ops = {
+       static const struct snd_ac97_bus_ops ops = {
                .write = snd_m3_ac97_write,
                .read = snd_m3_ac97_read,
        };