summaryrefslogtreecommitdiff
path: root/include/control.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-07-27 20:20:26 +0000
committerJaroslav Kysela <perex@perex.cz>2003-07-27 20:20:26 +0000
commit92093ae0fee0790c23d501125c553aad638a4ccf (patch)
tree10955f6872822acb1d1f471d32cc4ead86d0c2d9 /include/control.h
parent6a543d8e20239a16ba4cd48837c894a08313bc54 (diff)
downloadalsa-lib-92093ae0fee0790c23d501125c553aad638a4ccf.tar.gz
Added snd_hctl_open_ctl() function.
alisp massive extensions and tested ALSA function bindings.
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 3753dc7f..a4f5e5b9 100644
--- a/include/control.h
+++ b/include/control.h
@@ -450,6 +450,7 @@ typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem,
unsigned int mask);
int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
+int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
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);