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
|
|
@ -324,7 +324,7 @@ extern "C" {
|
|||
|
||||
int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
|
||||
int snd_seq_close(snd_seq_t *handle);
|
||||
int snd_seq_poll_descriptors_count(snd_seq_t *handle, unsigned int *count);
|
||||
int snd_seq_poll_descriptors_count(snd_seq_t *handle);
|
||||
int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space);
|
||||
int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
|
||||
int snd_seq_client_id(snd_seq_t *handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue