Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 964b8b8f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ALSA: pcm : Call kill_fasync() in stream lock"

parents 3ee934ca fdfe2c74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1877,10 +1877,10 @@ void snd_pcm_period_elapsed(struct snd_pcm_substream *substream)
	if (substream->timer_running)
		snd_timer_interrupt(substream->timer, 1);
 _end:
	kill_fasync(&runtime->fasync, SIGIO, POLL_IN);
	snd_pcm_stream_unlock_irqrestore(substream, flags);
	if (runtime->transfer_ack_end)
		runtime->transfer_ack_end(substream);
	kill_fasync(&runtime->fasync, SIGIO, POLL_IN);
}

EXPORT_SYMBOL(snd_pcm_period_elapsed);