Searched refs:snd_seq_get_any_port_info (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | seq.c | 95 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 D | aconnect.c | 272 if (snd_seq_get_any_port_info(seq, dest->client, dest->port, port) < 0 || in remove_connection()
|
/third_party/alsa-lib/include/ |
H A D | seq.h | 341 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 D | seq.c | 2640 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