Searched refs:snd_seq_system_info_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.h95 typedef struct _snd_seq_system_info snd_seq_system_info_t; typedef in typeref:struct:_snd_seq_system_info
98 /** allocate a #snd_seq_system_info_t container on stack */
101 int snd_seq_system_info_malloc(snd_seq_system_info_t **ptr);
102 void snd_seq_system_info_free(snd_seq_system_info_t *ptr);
103 void snd_seq_system_info_copy(snd_seq_system_info_t *dst, const snd_seq_system_info_t *src);
105 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info);
106 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info);
107 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info);
108 int snd_seq_system_info_get_channels(const snd_seq_system_info_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.h41 int (*system_info)(snd_seq_t *seq, snd_seq_system_info_t * info);
H A Dseq.c1272 * \brief Get size of #snd_seq_system_info_t
1277 return sizeof(snd_seq_system_info_t);
1281 * \brief Allocate an empty #snd_seq_system_info_t using standard malloc
1285 int snd_seq_system_info_malloc(snd_seq_system_info_t **ptr)
1288 *ptr = calloc(1, sizeof(snd_seq_system_info_t));
1295 * \brief Frees a previously allocated #snd_seq_system_info_t
1298 void snd_seq_system_info_free(snd_seq_system_info_t *obj)
1304 * \brief Copy one #snd_seq_system_info_t to another
1308 void snd_seq_system_info_copy(snd_seq_system_info_t *dst, const snd_seq_system_info_t *sr
[all...]
H A Dseq_hw.c86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq.c40 snd_seq_system_info_t *sysinfo;

Completed in 116 milliseconds