Home
last modified time | relevance | path

Searched refs:snd_mixer_selem_set_capture_dB (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/amixer/
Dvolume_mapping.c76 snd_mixer_selem_set_capture_dB,
Damixer.c239 return snd_mixer_selem_set_capture_dB(elem, c, value, dir); in set_capture_dB()
/third_party/alsa-utils/alsamixer/
Dvolume_mapping.c76 snd_mixer_selem_set_capture_dB,
/third_party/alsa-lib/src/mixer/
Dsimple.c788 int snd_mixer_selem_set_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo… in snd_mixer_selem_set_capture_dB() function
834 err = snd_mixer_selem_set_capture_dB(elem, chn, value, dir); in snd_mixer_selem_set_capture_dB_all()
/third_party/alsa-lib/include/
Dmixer.h264 int snd_mixer_selem_set_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo…
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1255 r = snd_mixer_selem_set_capture_dB(me, c, value, 0); in element_set_volume()
1257 … if ((r = snd_mixer_selem_set_capture_dB(me, c, value, rounding)) >= 0) in element_set_volume()