]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/device.c
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / sound / core / device.c
index 708b91944de39a8236c1c4dfcb61b7a9ec1dc9cb..cdc5af526739366dfa1fcb58b9f9d2694c84b62c 100644 (file)
@@ -27,7 +27,7 @@
  * Return: Zero if successful, or a negative error code on failure.
  */
 int snd_device_new(struct snd_card *card, enum snd_device_type type,
-                  void *device_data, struct snd_device_ops *ops)
+                  void *device_data, const struct snd_device_ops *ops)
 {
        struct snd_device *dev;
        struct list_head *p;