Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_writeq.c154 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_GET_CLIENT_POOL, &pool); in snd_seq_oss_writeq_get_free_size()
167 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_GET_CLIENT_POOL, &pool); in snd_seq_oss_writeq_set_output()
/linux-4.4.14/sound/core/seq/
Dseq_compat.c119 case SNDRV_SEQ_IOCTL_GET_CLIENT_POOL: in snd_seq_ioctl_compat()
Dseq_clientmgr.c2184 { SNDRV_SEQ_IOCTL_GET_CLIENT_POOL, snd_seq_ioctl_get_client_pool },
/linux-4.4.14/include/uapi/sound/
Dasequencer.h607 #define SNDRV_SEQ_IOCTL_GET_CLIENT_POOL _IOWR('S', 0x4b, struct snd_seq_client_pool) macro