]> git.alsa-project.org Git - alsa-plugins.git/commit
jack: fix polling and recovering
authorSergey <sergemp@mail.ru>
Mon, 26 May 2014 03:54:05 +0000 (07:54 +0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Jun 2014 10:00:27 +0000 (12:00 +0200)
commit9217377337cdceb62abeb5969112b738bb5cd551
tree6b0f97cb08d73923a2969cbcf6968032fac67223
parentb59172b1b38ebdf24ca6dd9a62a35a428145f82a
jack: fix polling and recovering

This patch fixes polling in alsa-to-jack plugin.
It makes poll()+_poll_revents() return correct values
when there's something to read/write.
It also makes jack pcm survive snd_pcm_recover(-EPIPE).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
jack/pcm_jack.c