Home
last modified time | relevance | path

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

/third_party/alsa-utils/seq/aconnect/
Daconnect.c178 card = snd_seq_client_info_get_card(cinfo); in print_port()
/third_party/alsa-utils/
Dconfigure.ac44 AC_CHECK_LIB([asound], [snd_seq_client_info_get_card], [HAVE_SEQ_CLIENT_INFO_GET_CARD="yes"])
46 AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_CARD], 1, [alsa-lib supports snd_seq_client_info_get_card])
/third_party/alsa-lib/include/
Dseq.h146 int snd_seq_client_info_get_card(const snd_seq_client_info_t *info);
/third_party/alsa-lib/src/seq/
Dseq.c1559 int snd_seq_client_info_get_card(const snd_seq_client_info_t *info) in snd_seq_client_info_get_card() function