Name
snd_seq_get_named_queue -- query the queue with the specified name
Synopsis
int snd_seq_get_named_queue
(snd_seq_t *handle, char *name);
Description
Queries the queue with the specified name.
Function returns the queue id if found, or -ENOENT
if not found.
If an error occurs, a negative error code is returned.