]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/compress_offload.c
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / sound / core / compress_offload.c
index f34ce564d92c481791c4121c5b4c8b64f953be9e..9de1c9a0173e0480b9636a5d738b4277c90fc406 100644 (file)
@@ -1099,7 +1099,7 @@ static int snd_compress_dev_free(struct snd_device *device)
 int snd_compress_new(struct snd_card *card, int device,
                        int dirn, const char *id, struct snd_compr *compr)
 {
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free = snd_compress_dev_free,
                .dev_register = snd_compress_dev_register,
                .dev_disconnect = snd_compress_dev_disconnect,