snd_seq_get_queue_owner -- obtain the owner information of the queue
Synopsis
int snd_seq_get_queue_owner(snd_seq_t *handle, int q, snd_seq_queue_owner_t *owner);
Description
Obtains the owner information of the queue.
Since snd_seq_queue_owner_t is identical with
snd_seq_queue_info_t, this function is internally also identical with
snd_seq_get_queue_info.