]> git.alsa-project.org Git - alsa-lib.git/commit
PCM direct plugins - handle EINTR in the resource server
authorJaroslav Kysela <perex@perex.cz>
Thu, 18 Aug 2005 10:42:22 +0000 (10:42 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 18 Aug 2005 10:42:22 +0000 (10:42 +0000)
commitf1acd7726ca314c20566a0a436786dc5f3f94f3c
tree78f462525bcd89384697e602dd82c8f8e230fe50
parentea77e08cc6d2e3126f0159ee102b98313bef264e
PCM direct plugins - handle EINTR in the resource server

The poll() call in the resource server for PCM direct plugins might be
interrupted with an signal. Handle the case gracefuly and don't exit
the server (which brings another problems - cannot connect to socket -
later).
src/pcm/pcm_direct.c