Home
last modified time | relevance | path

Searched refs:snd_seq_system_info (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h312 struct snd_seq_system_info { struct
578 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info)
/third_party/alsa-lib/test/
Dseq.c43 if ((err = snd_seq_system_info(handle, sysinfo))<0) { in system_info()
/third_party/alsa-lib/include/
Dseq.h100 __snd_alloca(ptr, snd_seq_system_info)
112 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info);
Dlocal.h104 #define _snd_seq_system_info snd_seq_system_info
/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