summaryrefslogtreecommitdiff
path: root/src/control/control_local.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-09-24 09:57:26 +0000
committerJaroslav Kysela <perex@perex.cz>2000-09-24 09:57:26 +0000
commit6962a9d6cef35b0bbbfc90c80584e6b2beac3841 (patch)
tree69e647500c337b71d262da26307416c7cfd8a2d8 /src/control/control_local.h
parent40d1ee071dcc41fc12823d1169f993c2a2feb66f (diff)
Merged pcmplug branch.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r--src/control/control_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h
index d396df5a..cf1a5828 100644
--- a/src/control/control_local.h
+++ b/src/control/control_local.h
@@ -25,7 +25,7 @@
struct snd_ctl_ops {
int (*close)(snd_ctl_t *handle);
- int (*file_descriptor)(snd_ctl_t *handle);
+ int (*poll_descriptor)(snd_ctl_t *handle);
int (*hw_info)(snd_ctl_t *handle, snd_ctl_hw_info_t *info);
int (*clist)(snd_ctl_t *handle, snd_control_list_t *list);
int (*cinfo)(snd_ctl_t *handle, snd_control_info_t *info);