Searched refs:snd_hctl_ctl (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 199 err = snd_ctl_card_info(snd_hctl_ctl(res->ctl_handle), res->ctl_card_info); in init_space() 396 val = snd_ctl_convert_from_dB(snd_hctl_ctl(space->ctl_handle), space->ctl_id, val, &lval, -1); in set_ctl_value() 654 if (snd_ctl_get_dB_range(snd_hctl_ctl(space->ctl_handle), space->ctl_id, &min, &max) < 0) in elemid_get() 665 if (snd_ctl_get_dB_range(snd_hctl_ctl(space->ctl_handle), space->ctl_id, &min, &max) < 0) in elemid_get() 821 err = snd_ctl_elem_write(snd_hctl_ctl(space->ctl_handle), space->ctl_value); in elemid_set()
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_widget.c | 136 ctl = snd_hctl_ctl(hctl); in check_unplugged()
|
D | mixer_display.c | 166 ctl = snd_hctl_ctl(hctl); in display_card_info()
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_snd.c | 345 else if (item->xfunc == &snd_hctl_ctl) in FA_p_p() 794 { "hctl_ctl", &FA_p_p, (void *)&snd_hctl_ctl, "hctl" },
|
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 724 snd_ctl_t *snd_hctl_ctl(snd_hctl_t *hctl) in snd_hctl_ctl() function
|
/third_party/alsa-lib/include/ |
D | control.h | 751 snd_ctl_t *snd_hctl_ctl(snd_hctl_t *hctl);
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 1788 err = snd_ctl_card_info(snd_hctl_ctl(hctl), info); in pa_alsa_open_mixer_by_name()
|