Searched refs:snd_seq_get_any_port_info (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/test/ |
D | seq.c | 93 if ((err = snd_seq_get_any_port_info(handle, client, idx, info))<0) { in show_port_info()
|
/third_party/alsa-utils/seq/aconnect/ |
D | aconnect.c | 225 if (snd_seq_get_any_port_info(seq, dest->client, dest->port, port) < 0 || in remove_connection()
|
/third_party/alsa-lib/include/ |
D | seq.h | 304 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/ |
D | seq.c | 2398 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()
|