Skip to content
Commit 8dca4197 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ctxfi - Fix deadlock with xfi-timer



The PCM x-fi native update routine can cause deadlocks when the
trigger(START) is called while the stream is running.

This patch fixes the deadlock by just postponing the pcm period update
to the next possible wake-up.  Also it adds the flip of ti->running
flag (just to be sure as now).

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 635c265f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment