Searched refs:snd_ctl_card_info_t (Results 1 - 25 of 27) sorted by relevance
12
/third_party/alsa-lib/include/ |
H A D | control.h | 60 * Before using a snd_ctl_card_info_t object, it must be allocated using 72 * snd_ctl_open(), and a snd_ctl_card_info_t container must be 79 typedef struct _snd_ctl_card_info snd_ctl_card_info_t; typedef 390 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info); 481 * \brief Allocate an invalid #snd_ctl_card_info_t on the stack. 486 * See snd_ctl_card_info_t for details. 493 int snd_ctl_card_info_malloc(snd_ctl_card_info_t **ptr); 494 void snd_ctl_card_info_free(snd_ctl_card_info_t *obj); 495 void snd_ctl_card_info_clear(snd_ctl_card_info_t *obj); 496 void snd_ctl_card_info_copy(snd_ctl_card_info_t *ds [all...] |
H A D | aserver.h | 125 snd_ctl_card_info_t card_info;
|
H A D | mixer_abst.h | 77 snd_ctl_card_info_t *info;
|
/third_party/alsa-lib/src/control/ |
H A D | cards.c | 45 snd_ctl_card_info_t info; in snd_card_load2() 144 snd_ctl_card_info_t info; in snd_card_get_index() 195 snd_ctl_card_info_t info; in snd_card_get_name() 225 snd_ctl_card_info_t info; in snd_card_get_longname()
|
H A D | control.c | 379 * function. See snd_ctl_card_info_t for details. 385 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) in snd_ctl_card_info() 2121 * \brief get size of #snd_ctl_card_info_t. 2126 return sizeof(snd_ctl_card_info_t); in snd_ctl_card_info_sizeof() 2130 * \brief Allocate an invalid #snd_ctl_card_info_t on the heap. 2135 * See snd_ctl_card_info_t for details. 2137 * \param ptr Pointer to a snd_ctl_card_info_t pointer. The address 2141 int snd_ctl_card_info_malloc(snd_ctl_card_info_t **ptr) in snd_ctl_card_info_malloc() 2144 *ptr = calloc(1, sizeof(snd_ctl_card_info_t)); in snd_ctl_card_info_malloc() 2151 * \brief Free an #snd_ctl_card_info_t previousl [all...] |
H A D | control_local.h | 30 int (*card_info)(snd_ctl_t *handle, snd_ctl_card_info_t *info);
|
H A D | namehint.c | 40 snd_ctl_card_info_t *info; 454 snd_ctl_card_info_t info = {0}; in add_card()
|
H A D | control_ext.c | 78 static int snd_ctl_ext_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) in snd_ctl_ext_card_info()
|
H A D | control_hw.c | 129 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) in snd_ctl_hw_card_info()
|
H A D | control_shm.c | 139 static int snd_ctl_shm_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) in snd_ctl_shm_card_info()
|
H A D | control_remap.c | 338 static int snd_ctl_remap_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) in snd_ctl_remap_card_info()
|
/third_party/alsa-lib/test/ |
H A D | control.c | 10 snd_ctl_card_info_t *info; in main()
|
/third_party/alsa-utils/alsamixer/ |
H A D | card_select.c | 110 snd_ctl_card_info_t *info; in get_cards()
|
H A D | mixer_display.c | 152 snd_ctl_card_info_t *card_info; in display_card_info()
|
/third_party/alsa-utils/axfer/ |
H A D | subcmd-list.c | 92 snd_ctl_card_info_t *info; in list_devices()
|
/third_party/alsa-lib/src/ |
H A D | confmisc.c | 755 snd_ctl_card_info_t info = {0}; in snd_determine_driver() 953 snd_ctl_card_info_t info = {0}; in snd_func_card_id() 1004 snd_ctl_card_info_t info = {0}; in snd_func_card_name()
|
/third_party/alsa-utils/alsactl/ |
H A D | info.c | 189 snd_ctl_card_info_t *info; in card_info()
|
H A D | state.c | 550 snd_ctl_card_info_t *info; in get_controls() 1484 snd_ctl_card_info_t *info; in set_controls()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 128 snd_ctl_card_info_t *ctl_info;
|
H A D | utils.c | 200 snd_ctl_card_info_t *info, in uc_mgr_ctl_add() 267 snd_ctl_card_info_t *info; in uc_mgr_open_ctl()
|
H A D | parser.c | 2503 snd_ctl_card_info_t **info) in get_card_info() 2521 snd_ctl_card_info_t *info; in get_by_card_name()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 50 snd_ctl_card_info_t *info;
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1040 snd_ctl_card_info_t *info; in pa_alsa_init_proplist_ctl() 1779 snd_ctl_card_info_t *info; in pa_alsa_open_mixer_by_name()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 449 snd_ctl_card_info_t info = {0}; in FA_card_info()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 96 snd_ctl_card_info_t *info; in info()
|
Completed in 35 milliseconds
12