diff options
author | Jaroslav Kysela <perex@perex.cz> | 2000-09-24 09:57:26 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2000-09-24 09:57:26 +0000 |
commit | 6962a9d6cef35b0bbbfc90c80584e6b2beac3841 (patch) | |
tree | 69e647500c337b71d262da26307416c7cfd8a2d8 /src/control/control_local.h | |
parent | 40d1ee071dcc41fc12823d1169f993c2a2feb66f (diff) |
Merged pcmplug branch.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 2 |
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); |