Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/sound/
Dasequencer.h496 struct snd_seq_queue_info { struct
628 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info)
629 #define SNDRV_SEQ_IOCTL_DELETE_QUEUE _IOW ('S', 0x33, struct snd_seq_queue_info)
630 #define SNDRV_SEQ_IOCTL_GET_QUEUE_INFO _IOWR('S', 0x34, struct snd_seq_queue_info)
631 #define SNDRV_SEQ_IOCTL_SET_QUEUE_INFO _IOWR('S', 0x35, struct snd_seq_queue_info)
632 #define SNDRV_SEQ_IOCTL_GET_NAMED_QUEUE _IOWR('S', 0x36, struct snd_seq_queue_info)
/linux-6.6.21/sound/core/seq/oss/
Dseq_oss_init.c349 struct snd_seq_queue_info qinfo; in alloc_seq_queue()
369 struct snd_seq_queue_info qinfo; in delete_seq_queue()
/linux-6.6.21/sound/core/seq/
Dseq_clientmgr.c1572 struct snd_seq_queue_info *info = arg; in snd_seq_ioctl_create_queue()
1595 struct snd_seq_queue_info *info = arg; in snd_seq_ioctl_delete_queue()
1604 struct snd_seq_queue_info *info = arg; in snd_seq_ioctl_get_queue_info()
1625 struct snd_seq_queue_info *info = arg; in snd_seq_ioctl_set_queue_info()
1658 struct snd_seq_queue_info *info = arg; in snd_seq_ioctl_get_named_queue()
2282 struct snd_seq_queue_info queue_info; in snd_seq_ioctl()