Searched defs:snd_seq_query_subs (Results 1 – 1 of 1) sorted by relevance
620 struct snd_seq_query_subs { struct621 struct snd_seq_addr root; /* client/port id to be searched */622 int type; /* READ or WRITE */623 int index; /* 0..N-1 */624 int num_subs; /* R/O: number of subscriptions on this port */625 struct snd_seq_addr addr; /* R/O: result */626 unsigned char queue; /* R/O: result */627 unsigned int flags; /* R/O: result */628 char reserved[64]; /* for future use */