mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Changed descriptors_count
This commit is contained in:
parent
0c7637393f
commit
191d03501e
12 changed files with 22 additions and 33 deletions
|
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
|
||||
int snd_timer_open(snd_timer_t **handle);
|
||||
int snd_timer_close(snd_timer_t *handle);
|
||||
int snd_timer_poll_descriptors_count(snd_timer_t *handle, unsigned int *count);
|
||||
int snd_timer_poll_descriptors_count(snd_timer_t *handle);
|
||||
int snd_timer_poll_descriptors(snd_timer_t *handle, struct pollfd *pfds, unsigned int space);
|
||||
int snd_timer_next_device(snd_timer_t *handle, snd_timer_id_t *tid);
|
||||
int snd_timer_select(snd_timer_t *handle, snd_timer_select_t *tselect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue