Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
Dseq_local.h50 int (*unsubscribe_port)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub); member
Dseq_hw.c405 .unsubscribe_port = snd_seq_hw_unsubscribe_port,
Dseq.c2724 return seq->ops->unsubscribe_port(seq, sub); in snd_seq_unsubscribe_port()