Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dasequencer.h553 struct snd_seq_queue_client { struct
638 #define SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT _IOWR('S', 0x49, struct snd_seq_queue_client)
639 #define SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT _IOW ('S', 0x4a, struct snd_seq_queue_client)
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c1819 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_get_queue_client()
1836 struct snd_seq_queue_client *info = arg; in snd_seq_ioctl_set_queue_client()
2289 struct snd_seq_queue_client queue_client; in snd_seq_ioctl()