Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/seq/oss/
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-6.1.9/include/uapi/sound/
Dasequencer.h352 struct snd_seq_client_pool { struct
588 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool)
589 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool)
/linux-6.1.9/sound/core/seq/
Dseq_clientmgr.c1833 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_get_client_pool()
1862 struct snd_seq_client_pool *info = arg; in snd_seq_ioctl_set_client_pool()
2140 struct snd_seq_client_pool client_pool; in snd_seq_ioctl()