X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fcore%2Fpcm_native.c;h=a789efc9df3971e46b4f2535d57a4329d5b27dc2;hb=233e70f4228e78eb2f80dc6650f65d3ae3dbf17c;hp=aef18682c03569b792ad9d44b13432288406dbe2;hpb=3318a386e4ca68c76e0294363d29bdc46fcad670;p=linux-2.6-omap-h63xx.git 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);