]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - sound/core/control.c
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / sound / core / control.c
index d16b53d0547cc1ed275a527af89a1ad7cda65f7e..50fa16022f1fe67eb88881f2a8f4d4544934ea90 100644 (file)
@@ -1667,9 +1667,9 @@ static ssize_t snd_ctl_read(struct file *file, char __user *buffer,
        return result > 0 ? result : err;
 }
 
-static unsigned int snd_ctl_poll(struct file *file, poll_table * wait)
+static __poll_t snd_ctl_poll(struct file *file, poll_table * wait)
 {
-       unsigned int mask;
+       __poll_t mask;
        struct snd_ctl_file *ctl;
 
        ctl = file->private_data;