]> 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 3daa978263f6b09dd61560e0d2f8ec286478d97c..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,
        };