ALSA: pci: Constify snd_device_ops definitions
[sfrench/cifs-2.6.git] / sound / pci / maestro3.c
index 9f75cc0c01ddf9c28be9dc76e6a72bb5c86da59f..b94e3ec5f1587e573f567ea68615f212cba78aca 100644 (file)
@@ -2522,7 +2522,7 @@ snd_m3_create(struct snd_card *card, struct pci_dev *pci,
        struct snd_m3 *chip;
        int i, err;
        const struct snd_pci_quirk *quirk;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free =     snd_m3_dev_free,
        };