Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcm: clarify documentation of poll descriptor usage
This is based on my understanding of the intended behavior, the test/pcm.c example code, as well as the github pull request discussion (#370). There needs to be more clarifiaction regarding the exact semantics of the value of the revents output parameter of snd_pcm_poll_descriptors_revents, since there are events that do not necessarily correspond to POLLIN or POLLOUT (such as period events), but I believe this is a lot less obvious and needs confirmation first. Closes: #370 Signed-off-by: Zeno Endemann <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
- Loading branch information