Searched refs:snd_seq_client_pool_t (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h170 typedef struct _snd_seq_client_pool snd_seq_client_pool_t; typedef in typeref:struct:_snd_seq_client_pool
173 /** allocate a #snd_seq_client_pool_t container on stack */
176 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr);
177 void snd_seq_client_pool_free(snd_seq_client_pool_t *ptr);
178 void snd_seq_client_pool_copy(snd_seq_client_pool_t *dst, const snd_seq_client_pool_t *src);
180 int snd_seq_client_pool_get_client(const snd_seq_client_pool_t *info);
181 size_t snd_seq_client_pool_get_output_pool(const snd_seq_client_pool_t *info);
182 size_t snd_seq_client_pool_get_input_pool(const snd_seq_client_pool_t *info);
183 size_t snd_seq_client_pool_get_output_room(const snd_seq_client_pool_t *inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_local.h67 int (*get_client_pool)(snd_seq_t *seq, snd_seq_client_pool_t *info);
68 int (*set_client_pool)(snd_seq_t *seq, snd_seq_client_pool_t *info);
H A Dseqmid.c268 snd_seq_client_pool_t info;
287 snd_seq_client_pool_t info;
306 snd_seq_client_pool_t info;
351 snd_seq_client_pool_t info;
H A Dseq.c117 For chancing the pool size and the condition, access to #snd_seq_client_pool_t
4573 * \brief get size of #snd_seq_client_pool_t
4578 return sizeof(snd_seq_client_pool_t);
4582 * \brief allocate an empty #snd_seq_client_pool_t using standard malloc
4586 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr)
4589 *ptr = calloc(1, sizeof(snd_seq_client_pool_t));
4596 * \brief frees a previously allocated #snd_seq_client_pool_t
4599 void snd_seq_client_pool_free(snd_seq_client_pool_t *obj)
4605 * \brief copy one #snd_seq_client_pool_t to another
4609 void snd_seq_client_pool_copy(snd_seq_client_pool_t *ds
[all...]
H A Dseq_hw.c344 static int snd_seq_hw_get_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info)
354 static int snd_seq_hw_set_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info)

Completed in 117 milliseconds