]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/control.c
Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[linux.git] / sound / core / control.c
index fad7db40244341e4d93528953c541de74c62c5c8..a5cc9a874062c4a235e1f6909e05a9729c78f166 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;