]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/pci/cs5530.c
ALSA: pci: Constify snd_device_ops definitions
[linux.git] / sound / pci / cs5530.c
index 3ab7ec565071ebcd5f03d6e38f75d163df96697b..20b4faea50a69ccacbe4581793db608dc4953d59 100644 (file)
@@ -104,7 +104,7 @@ static int snd_cs5530_create(struct snd_card *card,
        void __iomem *mem;
        int err;
 
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free = snd_cs5530_dev_free,
        };
        *rchip = NULL;