Home
last modified time | relevance | path

Searched refs:snd_ctl_card_info_t (Results 1 - 25 of 27) sorted by relevance

12

/third_party/alsa-lib/include/
H A Dcontrol.h60 * 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 Daserver.h125 snd_ctl_card_info_t card_info;
H A Dmixer_abst.h77 snd_ctl_card_info_t *info;
/third_party/alsa-lib/src/control/
H A Dcards.c45 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 Dcontrol.c379 * 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 Dcontrol_local.h30 int (*card_info)(snd_ctl_t *handle, snd_ctl_card_info_t *info);
H A Dnamehint.c40 snd_ctl_card_info_t *info;
454 snd_ctl_card_info_t info = {0}; in add_card()
H A Dcontrol_ext.c78 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 Dcontrol_hw.c129 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 Dcontrol_shm.c139 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 Dcontrol_remap.c338 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 Dcontrol.c10 snd_ctl_card_info_t *info; in main()
/third_party/alsa-utils/alsamixer/
H A Dcard_select.c110 snd_ctl_card_info_t *info; in get_cards()
H A Dmixer_display.c152 snd_ctl_card_info_t *card_info; in display_card_info()
/third_party/alsa-utils/axfer/
H A Dsubcmd-list.c92 snd_ctl_card_info_t *info; in list_devices()
/third_party/alsa-lib/src/
H A Dconfmisc.c755 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 Dinfo.c189 snd_ctl_card_info_t *info; in card_info()
H A Dstate.c550 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 Ducm_local.h128 snd_ctl_card_info_t *ctl_info;
H A Dutils.c200 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 Dparser.c2503 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 Dsimple_abst.c50 snd_ctl_card_info_t *info;
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1040 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 Dalisp_snd.c449 snd_ctl_card_info_t info = {0}; in FA_card_info()
/third_party/alsa-utils/amixer/
H A Damixer.c96 snd_ctl_card_info_t *info; in info()

Completed in 35 milliseconds

12