Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c47 ioctl(fd, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pconf); in reinit_pool()
/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h605 #define SNDRV_SEQ_IOCTL_SET_CLIENT_POOL _IOW ('S', 0x4c, struct snd_seq_client_pool) macro
/third_party/alsa-lib/src/seq/
Dseq_hw.c362 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, info) < 0) { in snd_seq_hw_set_client_pool()