snd_seq_set_queue_owner -- set the owner information of the queue
Synopsis
int snd_seq_set_queue_owner(snd_seq_t *handle, int q, snd_seq_queue_owner_t *owner);
Description
Sets the owner information of the queue.
This is a subset of snd_seq_set_queue_info function,
since snd_seq_queue_owner_t is identical with
snd_seq_queue_info_t.
However, unlike the above, this function doesn't modify the name of client.