Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/sound/
Dasequencer.h516 struct snd_seq_queue_client { struct
586 #define SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT _IOWR('S', 0x49, struct snd_seq_queue_client)
587 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('S', 0x4a, struct snd_seq_queue_client)
/linux-6.1.9/sound/core/seq/
Dseq_clientmgr.c1799 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_get_queue_client()
1816 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_set_queue_client()
2139 struct snd_seq_queue_client queue_client; in snd_seq_ioctl()