]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/pci/ad1889.c
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
[linux.git] / sound / pci / ad1889.c
index 7770157a3a8ccb188af89edf7ca44b42337b7481..5d42c42491bf190582a908fc408e63b66597df44 100644 (file)
@@ -760,7 +760,7 @@ snd_ad1889_ac97_init(struct snd_ad1889 *chip, const char *quirk_override)
 {
        int err;
        struct snd_ac97_template ac97;
-       static struct snd_ac97_bus_ops ops = {
+       static const struct snd_ac97_bus_ops ops = {
                .write = snd_ad1889_ac97_write,
                .read = snd_ad1889_ac97_read,
        };
@@ -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,
        };