Home
last modified time | relevance | path

Searched defs:get_dB_range (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/amixer/
Dvolume_mapping.c58 static int (* const get_dB_range[2])(snd_mixer_elem_t *, long *, long *) = { variable
/third_party/alsa-utils/alsamixer/
Dvolume_mapping.c58 static int (* const get_dB_range[2])(snd_mixer_elem_t *, long *, long *) = { variable
/third_party/alsa-lib/include/
Dmixer_abst.h84 int (*get_dB_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); member
/third_party/alsa-lib/src/mixer/
Dsimple_none.c1169 static int get_dB_range(snd_hctl_elem_t *ctl, struct selem_str *rec, in get_dB_range() function