/device/samsung/crespo/alsa-lib/src/control/ |
tlv.c | 355 rec->maxval = snd_ctl_elem_info_get_max(info);
|
control.c | 1922 long snd_ctl_elem_info_get_max(const snd_ctl_elem_info_t *obj) function [all...] |
/device/samsung/crespo/alsa-utils/alsactl/ |
state.c | 212 snd_ctl_elem_info_get_max(info), 308 long max = snd_ctl_elem_info_get_max(info); 1005 nmax = snd_ctl_elem_info_get_max(info); [all...] |
init_parse.c | 381 val = convert_prange1(strtol(value, NULL, 0), snd_ctl_elem_info_get_min(space->ctl_info), snd_ctl_elem_info_get_max(space->ctl_info)); 578 val = snd_ctl_elem_info_get_max(space->ctl_info); [all...] |
/device/samsung/crespo/alsa-lib/include/ |
control.h | 381 long snd_ctl_elem_info_get_max(const snd_ctl_elem_info_t *obj);
|
/device/samsung/crespo/alsa-lib/modules/mixer/simple/ |
sbase.c | 360 max = snd_ctl_elem_info_get_max(info);
|
/device/samsung/crespo/alsa-utils/amixer/ |
amixer.c | 577 snd_ctl_elem_info_get_max(info), [all...] |
/device/samsung/crespo/alsa-lib/src/alisp/ |
alisp_snd.c | 607 p1 = add_cons(instance, p1, 1, "max", new_integer(instance, snd_ctl_elem_info_get_max(info)));
|
/device/samsung/crespo/alsa-lib/src/mixer/ |
simple_none.c | [all...] |