]> git.alsa-project.org Git - alsa-lib.git/commit
Fix infinite loop in snd_pcm_wait()
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2006 19:34:45 +0000 (19:34 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2006 19:34:45 +0000 (19:34 +0000)
commitf9c7321670f2757b02b0f17a0460ce0b39541127
tree91bd2c5a104fed58e199986b1526effef78d0669
parent43a04650f1ed5f631be7480a33f8affc66b65e6d
Fix infinite loop in snd_pcm_wait()

Fix possible infinite loop in snd_pcm_wait() with direct plugins
when XRUN occurs during poll.
src/pcm/pcm_direct.c