ALSA: pci: Constify snd_device_ops definitions
[linux-2.6-block.git] / sound / pci / aw2 / aw2-alsa.c
index 819b148573a69c41846821208fedd8e413628b6d..b3be98e338452286ef7c85fb789cd5cd7fa4c65a 100644 (file)
@@ -223,7 +223,7 @@ static int snd_aw2_create(struct snd_card *card,
 {
        struct aw2 *chip;
        int err;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free = snd_aw2_dev_free,
        };