/third_party/alsa-lib/include/ |
H A D | control.h | 165 * To access a value, a snd_ctl_elem_value_t must be allocated using 210 typedef struct _snd_ctl_elem_value snd_ctl_elem_value_t; typedef 393 int snd_ctl_elem_read(snd_ctl_t *ctl, snd_ctl_elem_value_t *data); 394 int snd_ctl_elem_write(snd_ctl_t *ctl, snd_ctl_elem_value_t *data); 449 snd_ctl_elem_value_t *dst, 488 * \param ptr Pointer to a snd_ctl_elem_value_t pointer. The address 630 * \brief Allocate an invalid #snd_ctl_elem_value_t on the stack. 635 * See snd_ctl_elem_value_t for details. 637 * \param ptr Pointer to a snd_ctl_elem_value_t pointer. The address 642 int snd_ctl_elem_value_malloc(snd_ctl_elem_value_t **pt [all...] |
H A D | aserver.h | 128 snd_ctl_elem_value_t element_read; 129 snd_ctl_elem_value_t element_write;
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.h | 66 snd_ctl_elem_value_t *value; 123 snd_ctl_elem_value_t *ctl_notify; 124 snd_ctl_elem_value_t *ctl_rate_shift; 125 snd_ctl_elem_value_t *ctl_pitch; 126 snd_ctl_elem_value_t *ctl_active; 127 snd_ctl_elem_value_t *ctl_format; 128 snd_ctl_elem_value_t *ctl_rate; 129 snd_ctl_elem_value_t *ctl_channels;
|
H A D | pcmjob.c | 1180 snd_ctl_elem_value_t **elem) in openctl_elem_id() 1208 snd_ctl_elem_value_t **elem) in openctl_elem() 1220 snd_ctl_elem_value_t **elem) in openctl_elem_ascii() 1782 static int ctl_event_check(snd_ctl_elem_value_t *val, snd_ctl_event_t *ev) in ctl_event_check()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 556 snd_ctl_elem_value_t data = {0}; in snd_ctl_add_integer_elem_set() 638 snd_ctl_elem_value_t data = {0}; in snd_ctl_add_integer64_elem_set() 1004 * See snd_ctl_elem_value_t for details. 1013 int snd_ctl_elem_read(snd_ctl_t *ctl, snd_ctl_elem_value_t *data) in snd_ctl_elem_read() 1025 * See snd_ctl_elem_value_t for details. 1034 int snd_ctl_elem_write(snd_ctl_t *ctl, snd_ctl_elem_value_t *data) in snd_ctl_elem_write() 2164 * See snd_ctl_elem_value_t for details. 3166 return sizeof(snd_ctl_elem_value_t); in snd_ctl_elem_value_sizeof() 3170 * \brief Allocate an invalid #snd_ctl_elem_value_t on the heap. 3175 * See snd_ctl_elem_value_t fo [all...] |
H A D | control_local.h | 36 int (*element_read)(snd_ctl_t *handle, snd_ctl_elem_value_t *control); 37 int (*element_write)(snd_ctl_t *handle, snd_ctl_elem_value_t *control);
|
H A D | setup.c | 46 snd_ctl_elem_value_t *val; 47 snd_ctl_elem_value_t *mask; 48 snd_ctl_elem_value_t *old; 249 snd_ctl_elem_value_t *val, in snd_config_get_ctl_elem_value() 250 snd_ctl_elem_value_t *mask, in snd_config_get_ctl_elem_value()
|
H A D | eld.c | 48 snd_ctl_elem_value_t value = {0}; in __snd_pcm_info_eld_fixup()
|
H A D | control_ext.c | 208 static int snd_ctl_ext_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_ext_elem_read() 262 static int snd_ctl_ext_elem_write(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_ext_elem_write()
|
H A D | control_hw.c | 189 static int snd_ctl_hw_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_read() 197 static int snd_ctl_hw_elem_write(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_write()
|
H A D | control_remap.c | 479 static int remap_map_elem_read(snd_ctl_remap_t *priv, snd_ctl_elem_value_t *control) in remap_map_elem_read() 483 snd_ctl_elem_value_t control2; in remap_map_elem_read() 525 static int snd_ctl_remap_elem_read(snd_ctl_t *ctl, snd_ctl_elem_value_t *control) in snd_ctl_remap_elem_read() 542 static int remap_map_elem_write(snd_ctl_remap_t *priv, snd_ctl_elem_value_t *control) in remap_map_elem_write() 546 snd_ctl_elem_value_t control2; in remap_map_elem_write() 600 static int snd_ctl_remap_elem_write(snd_ctl_t *ctl, snd_ctl_elem_value_t *control) in snd_ctl_remap_elem_write()
|
H A D | control_shm.c | 189 static int snd_ctl_shm_elem_read(snd_ctl_t *ctl, snd_ctl_elem_value_t *control) in snd_ctl_shm_elem_read() 203 static int snd_ctl_shm_elem_write(snd_ctl_t *ctl, snd_ctl_elem_value_t *control) in snd_ctl_shm_elem_write()
|
H A D | hcontrol.c | 820 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value) in snd_hctl_elem_read() 837 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value) in snd_hctl_elem_write()
|
/third_party/alsa-lib/test/ |
H A D | user-ctl-element-set.c | 29 snd_ctl_elem_value_t *elem_data); 65 snd_ctl_elem_value_t *elem_data) in change_bool_elem_members() 116 snd_ctl_elem_value_t *elem_data) in change_int_elem_members() 214 snd_ctl_elem_value_t *elem_data) in change_enum_elem_members() 234 snd_ctl_elem_value_t *elem_data) in change_bytes_elem_members() 283 snd_ctl_elem_value_t *elem_data) in change_iec958_elem_members() 319 snd_ctl_elem_value_t *elem_data) in change_int64_elem_members() 614 snd_ctl_elem_value_t *data; in check_elems()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 236 snd_ctl_elem_value_t ctl = {0}; in elem_read_volume() 255 snd_ctl_elem_value_t ctl = {0}; in elem_read_switch() 273 snd_ctl_elem_value_t ctl = {0}; in elem_read_route() 292 snd_ctl_elem_value_t ctl = {0}; in elem_read_enum() 443 snd_ctl_elem_value_t ctl = {0}; in selem_read() 469 snd_ctl_elem_value_t ctl = {0}; in elem_write_volume() 485 snd_ctl_elem_value_t ctl = {0}; in elem_write_switch() 501 snd_ctl_elem_value_t ctl = {0}; in elem_write_switch_constant() 516 snd_ctl_elem_value_t ctl = {0}; in elem_write_route() 534 snd_ctl_elem_value_t ct in elem_write_enum() [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 166 snd_ctl_elem_info_t *info, snd_ctl_elem_value_t *ctl, in add_tlv_comments() 230 snd_ctl_elem_value_t *ctl; in get_control() 1131 snd_ctl_elem_value_t *ctl, int idx, in restore_config_value() 1180 snd_ctl_elem_value_t *ctl, int idx, in restore_config_value2() 1207 snd_ctl_elem_value_t *ctl; in set_control()
|
H A D | init_parse.c | 78 snd_ctl_elem_value_t *ctl_value;
|
/third_party/alsa-utils/iecset/ |
H A D | iecset.c | 319 snd_ctl_elem_value_t *cval; in main()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 215 static int binary_file_parse(snd_ctl_elem_value_t *dst, in binary_file_parse() 407 snd_ctl_elem_value_t *value; in execute_cset()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 628 snd_ctl_elem_value_t value = {0}; in FA_hctl_elem_read() 690 snd_ctl_elem_value_t value = {0}; in FA_hctl_elem_write()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 1405 snd_ctl_elem_value_t val = {0}; in snd_pcm_hw_get_chmap() 1460 snd_ctl_elem_value_t val = {0}; in snd_pcm_hw_set_chmap()
|
H A D | pcm_softvol.c | 48 snd_ctl_elem_value_t elem;
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 608 snd_ctl_elem_value_t *control; in show_control() 1135 snd_ctl_elem_value_t *control; in cset()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-card.c | 375 snd_ctl_elem_value_t *elem_value; in report_jack_state()
|
H A D | alsa-util.c | 1872 snd_ctl_elem_value_t *value; in pa_alsa_get_hdmi_eld()
|