Home
last modified time | relevance | path

Searched refs:snd_seq_queue_client (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/sound/
Dasequencer.h532 struct snd_seq_queue_client { struct
602 #define SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT _IOWR('S', 0x49, struct snd_seq_queue_client)
603 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('S', 0x4a, struct snd_seq_queue_client)
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c1763 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_get_queue_client()
1780 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_set_queue_client()
2106 struct snd_seq_queue_client queue_client; in snd_seq_ioctl()