Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_ports.c469 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() function
479 if (addr_match(&r->sender, &s->sender) && in match_subs_info()
480 addr_match(&r->dest, &s->dest)) { in match_subs_info()
648 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()