ALSA: pci: Constify snd_ac97_bus_ops definitions
[sfrench/cifs-2.6.git] / sound / pci / intel8x0m.c
index c6dc36167a0178d65d7ccb122837d49d2f5d4070..74d45b9a1571cc32faac2f3b69aaff49961927df 100644 (file)
@@ -801,7 +801,7 @@ static int snd_intel8x0m_mixer(struct intel8x0m *chip, int ac97_clock)
        struct snd_ac97 *x97;
        int err;
        unsigned int glob_sta = 0;
-       static struct snd_ac97_bus_ops ops = {
+       static const struct snd_ac97_bus_ops ops = {
                .write = snd_intel8x0m_codec_write,
                .read = snd_intel8x0m_codec_read,
        };