Searched refs:get_volume_ops (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/modules/mixer/simple/ |
D | sbase.c | 188 static int get_volume_ops(snd_mixer_elem_t *elem, int dir, in get_volume_ops() function 273 .get_volume = get_volume_ops,
|
D | python.c | 279 static int get_volume_ops(snd_mixer_elem_t *elem, int dir, in get_volume_ops() function 495 .get_volume = get_volume_ops,
|
/third_party/alsa-lib/src/mixer/ |
D | simple_none.c | 1085 static int get_volume_ops(snd_mixer_elem_t *elem, int dir, in get_volume_ops() function 1232 if ((err = get_volume_ops(elem, dir, channel, &volume)) < 0) in get_dB_ops() 1414 .get_volume = get_volume_ops,
|