summaryrefslogtreecommitdiff
path: root/include/control.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-10-13 12:06:45 +0000
committerJaroslav Kysela <perex@perex.cz>2003-10-13 12:06:45 +0000
commitab61b62cb487bc305762bc800d0a3b6751f610d3 (patch)
tree9d7547d8cf78624518dac7892ca9525b73a0bd44 /include/control.h
parent72c814db2a4f4d3f590e098b7959290fe0d82786 (diff)
downloadalsa-lib-ab61b62cb487bc305762bc800d0a3b6751f610d3.tar.gz
More changes to the ordinary mixer API
Diffstat (limited to 'include/control.h')
-rw-r--r--include/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/control.h b/include/control.h
index a40c125e..73c10b36 100644
--- a/include/control.h
+++ b/include/control.h
@@ -455,6 +455,7 @@ int snd_hctl_close(snd_hctl_t *hctl);
int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
+int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
unsigned int snd_hctl_get_count(snd_hctl_t *hctl);
int snd_hctl_set_compare(snd_hctl_t *hctl, snd_hctl_compare_t hsort);
snd_hctl_elem_t *snd_hctl_first_elem(snd_hctl_t *hctl);