Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_queue.h57 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int flags);
H A Dseq_queue.c168 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) in snd_seq_queue_alloc() function
H A Dseq_clientmgr.c1584 q = snd_seq_queue_alloc(client->number, info->locked, info->flags); in snd_seq_ioctl_create_queue()