Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dtlv.c455 int snd_ctl_get_dB_range(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, in snd_ctl_get_dB_range() function
/third_party/alsa-lib/include/
Dcontrol.h680 int snd_ctl_get_dB_range(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
/third_party/alsa-utils/alsactl/
Dinit_parse.c654 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()
Dstate.c1101 if (snd_ctl_get_dB_range(handle, id, &ndbmin, &ndbmax) < 0) in check_comment_range()