ALSA: pci: Constify snd_device_ops definitions
[linux-2.6-block.git] / sound / pci / ad1889.c
index 7770157a3a8ccb188af89edf7ca44b42337b7481..3daa978263f6b09dd61560e0d2f8ec286478d97c 100644 (file)
@@ -847,7 +847,7 @@ snd_ad1889_create(struct snd_card *card,
        int err;
 
        struct snd_ad1889 *chip;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free = snd_ad1889_dev_free,
        };