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/
H A Dseq.c95 if ((err = snd_seq_get_any_port_info(handle, client, idx, info))<0) { in show_port_info()
/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c272 if (snd_seq_get_any_port_info(seq, dest->client, dest->port, port) < 0 || in remove_connection()
/third_party/alsa-lib/include/
H A Dseq.h341 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/
H A Dseq.c2640 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
2656 * \sa snd_seq_create_port(), snd_seq_get_any_port_info(), snd_seq_set_port_info(),
2661 return snd_seq_get_any_port_info(seq, seq->client, port, info); in snd_seq_get_port_info()

Completed in 8 milliseconds