summaryrefslogtreecommitdiff
path: root/src/control/control_local.h
diff options
context:
space:
mode:
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);