Home
last modified time | relevance | path

Searched refs:set_dB (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-utils/amixer/
H A Dvolume_mapping.c74 static int (* const set_dB[2])(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, long, int) = { variable
142 return set_dB[ctl_dir](elem, channel, value, dir); in set_normalized_volume()
150 return set_dB[ctl_dir](elem, channel, value, dir); in set_normalized_volume()
/third_party/alsa-utils/alsamixer/
H A Dvolume_mapping.c74 static int (* const set_dB[2])(snd_mixer_elem_t *, snd_mixer_selem_channel_id_t, long, int) = { variable
142 return set_dB[ctl_dir](elem, channel, value, dir); in set_normalized_volume()
150 return set_dB[ctl_dir](elem, channel, value, dir); in set_normalized_volume()
/third_party/alsa-lib/include/
H A Dmixer_abst.h90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir); member
/third_party/alsa-lib/src/mixer/
H A Dsimple.c465 return sm_selem_ops(elem)->set_dB(elem, SM_PLAY, channel, value, dir); in snd_mixer_selem_set_playback_dB()
791 return sm_selem_ops(elem)->set_dB(elem, SM_CAPT, channel, value, dir); in snd_mixer_selem_set_capture_dB()
H A Dsimple_none.c1417 .set_dB = set_dB_ops,
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbase.c276 .set_dB = set_dB_ops,
H A Dpython.c498 .set_dB = set_dB_ops,

Completed in 8 milliseconds