Home
last modified time | relevance | path

Searched refs:addr_match (Results 1 – 1 of 1) sorted by relevance

/sound/core/seq/
A Dseq_ports.c474 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() function
484 if (addr_match(&r->sender, &s->sender) && in match_subs_info()
485 addr_match(&r->dest, &s->dest)) { in match_subs_info()
664 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()

Completed in 6 milliseconds