]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/seq_device.c
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / sound / core / seq_device.c
index e9dbad93f9d09da4acf542a77169dee0e8b0560f..7ed13cb32ef82bf73db73330b434c244e02f7de8 100644 (file)
@@ -193,7 +193,7 @@ int snd_seq_device_new(struct snd_card *card, int device, const char *id,
 {
        struct snd_seq_device *dev;
        int err;
-       static struct snd_device_ops dops = {
+       static const struct snd_device_ops dops = {
                .dev_free = snd_seq_device_dev_free,
                .dev_register = snd_seq_device_dev_register,
                .dev_disconnect = snd_seq_device_dev_disconnect,