diff options
Diffstat (limited to 'sound/core/pcm_native.c')
| -rw-r--r-- | sound/core/pcm_native.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index aef18682c03..a789efc9df3 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -2169,7 +2169,6 @@ static int snd_pcm_release(struct inode *inode, struct file *file)  	if (snd_BUG_ON(!substream))  		return -ENXIO;  	pcm = substream->pcm; -	fasync_helper(-1, file, 0, &substream->runtime->fasync);  	mutex_lock(&pcm->open_mutex);  	snd_pcm_release_substream(substream);  	kfree(pcm_file);  |