Home
last modified time | relevance | path

Searched defs:snd_seq_system_info (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h312 struct snd_seq_system_info { struct
313 int queues; /* maximum queues count */
314 int clients; /* maximum clients count */
315 int ports; /* maximum ports per client */
316 int channels; /* maximum channels per port */
317 int cur_clients; /* current clients */
318 int cur_queues; /* current queues */
319 char reserved[24];
/third_party/alsa-lib/src/seq/
Dseq.c1413 int snd_seq_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_system_info() function