Searched refs:snd_seq_system_info (Results 1 – 5 of 5) sorted by relevance
312 struct snd_seq_system_info { struct578 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info)
43 if ((err = snd_seq_system_info(handle, sysinfo))<0) { in system_info()
100 __snd_alloca(ptr, snd_seq_system_info)112 int snd_seq_system_info(snd_seq_t *handle, snd_seq_system_info_t *info);
104 #define _snd_seq_system_info snd_seq_system_info
1413 int snd_seq_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_system_info() function