Home
last modified time | relevance | path

Searched refs:snd_seq_client_pool (Results 1 – 3 of 3) sorted by relevance

/linux/sound/core/seq/oss/
H A Dseq_oss_writeq.c28 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_new()
141 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_get_free_size()
154 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_set_output()
/linux/include/uapi/sound/
H A Dasequencer.h388 struct snd_seq_client_pool {
653 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool)
654 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool)
378 struct snd_seq_client_pool { global() struct
379 clientsnd_seq_client_pool global() argument
380 output_poolsnd_seq_client_pool global() argument
381 input_poolsnd_seq_client_pool global() argument
382 output_roomsnd_seq_client_pool global() argument
383 output_freesnd_seq_client_pool global() argument
384 input_freesnd_seq_client_pool global() argument
385 reservedsnd_seq_client_pool global() argument
/linux/sound/core/seq/
H A Dseq_clientmgr.c1885 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_get_client_pool()
1914 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_set_client_pool()
2332 struct snd_seq_client_pool client_pool; in snd_seq_ioctl()