Home
last modified time | relevance | path

Searched refs:left_step (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/sound/pcm/
H A Dmixer.h48 void mixer_hwvol_step(device_t dev, int left_step, int right_step);
H A Dmixer.c956 mixer_hwvol_step_locked(struct snd_mixer *m, int left_step, int right_step) in mixer_hwvol_step_locked() argument
965 left += left_step * m->hwvol_step; in mixer_hwvol_step_locked()
981 mixer_hwvol_step(device_t dev, int left_step, int right_step) in mixer_hwvol_step() argument
989 mixer_hwvol_step_locked(m, left_step, right_step); in mixer_hwvol_step()