ALSA: pcm: Use deferred fasync helper
[linux-2.6-microblaze.git] / sound / core / pcm_lib.c
index 1fc7c50..40751e5 100644 (file)
@@ -1822,7 +1822,7 @@ void snd_pcm_period_elapsed_under_stream_lock(struct snd_pcm_substream *substrea
                snd_timer_interrupt(substream->timer, 1);
 #endif
  _end:
-       kill_fasync(&runtime->fasync, SIGIO, POLL_IN);
+       snd_kill_fasync(runtime->fasync, SIGIO, POLL_IN);
 }
 EXPORT_SYMBOL(snd_pcm_period_elapsed_under_stream_lock);