kernel/sound/pci/au88x0/au88x0_mixer.c
.. .. @@ -25,7 +25,7 @@ 25 25 struct snd_ac97_bus *pbus; 26 26 struct snd_ac97_template ac97; 27 27 int err; 28 - static struct snd_ac97_bus_ops ops = {28 + static const struct snd_ac97_bus_ops ops = {29 29 .write = vortex_codec_write, 30 30 .read = vortex_codec_read, 31 31 };