commit | 8dca419721d188bfee5f19fad45275856c619a5c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 15 14:50:52 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 15 14:52:55 2009 +0200 |
tree | e953048997ccb98e3275dc0438fc02f481ad52e3 | |
parent | 635c265f32d8a3f73402813d6a8dd47f2a363df5 [diff] |
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: Takashi Iwai <tiwai@suse.de>