Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dseq.c93 if ((err = snd_seq_get_any_port_info(handle, client, idx, info))<0) { in show_port_info()
/third_party/alsa-utils/seq/aconnect/
Daconnect.c225 if (snd_seq_get_any_port_info(seq, dest->client, dest->port, port) < 0 || in remove_connection()
/third_party/alsa-lib/include/
Dseq.h304 int snd_seq_get_any_port_info(snd_seq_t *handle, int client, int port, snd_seq_port_info_t *info);
/third_party/alsa-lib/src/seq/
Dseq.c2398 int snd_seq_get_any_port_info(snd_seq_t *seq, int client, int port, snd_seq_port_info_t * info) in snd_seq_get_any_port_info() function
2419 return snd_seq_get_any_port_info(seq, seq->client, port, info); in snd_seq_get_port_info()