Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
Dseq_local.h48 int (*get_port_subscription)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub); member
Dseq_hw.c403 .get_port_subscription = snd_seq_hw_get_port_subscription,
Dseq.c2689 return seq->ops->get_port_subscription(seq, sub); in snd_seq_get_port_subscription()