Name
snd_seq_alloc_named_queue -- allocate a queue with the speicified name
Synopsis
int snd_seq_alloc_named_queue
(snd_seq_t *handle, char *name);
Description
Allocates a queue with the specified name.
The name can be given arbitrary in name.
The allocated queue is owned and accessible by the current client.
Function returns a zero or positive integer queue id if the queue is
successfully allocated. Otherwise, it returns a negative error code.