Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-2.6-microblaze.git] / sound / core / control.c
index fad7db4..a5cc9a8 100644 (file)
@@ -54,7 +54,7 @@ static int snd_ctl_open(struct inode *inode, struct file *file)
        struct snd_ctl_file *ctl;
        int i, err;
 
-       err = nonseekable_open(inode, file);
+       err = stream_open(inode, file);
        if (err < 0)
                return err;