diff options
Diffstat (limited to 'sound/core/sound.c')
| -rw-r--r-- | sound/core/sound.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/core/sound.c b/sound/core/sound.c index ac42af42b78..62a093efb45 100644 --- a/sound/core/sound.c +++ b/sound/core/sound.c @@ -184,7 +184,8 @@ static int snd_open(struct inode *inode, struct file *file)  static const struct file_operations snd_fops =  {  	.owner =	THIS_MODULE, -	.open =		snd_open +	.open =		snd_open, +	.llseek =	noop_llseek,  };  #ifdef CONFIG_SND_DYNAMIC_MINORS  |