Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_SET_CLIENT_POOL (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_writeq.c57 snd_seq_oss_control(dp, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pool); in snd_seq_oss_writeq_new()
170 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pool); in snd_seq_oss_writeq_set_output()
/Linux-v4.19/sound/core/seq/
Dseq_compat.c117 case SNDRV_SEQ_IOCTL_SET_CLIENT_POOL: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2080 { SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, snd_seq_ioctl_set_client_pool },
2143 handler->cmd == SNDRV_SEQ_IOCTL_SET_CLIENT_POOL || in snd_seq_ioctl()
/Linux-v4.19/include/uapi/sound/
Dasequencer.h605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool) macro