Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDmixer.h46 void mixer_hwvol_step(device_t dev, int left_step, int right_step);
HDmixer.c923 mixer_hwvol_step_locked(struct snd_mixer *m, int left_step, int right_step) in mixer_hwvol_step_locked() argument
935 left += left_step * m->hwvol_step; in mixer_hwvol_step_locked()
950 mixer_hwvol_step(device_t dev, int left_step, int right_step) in mixer_hwvol_step() argument
958 mixer_hwvol_step_locked(m, left_step, right_step); in mixer_hwvol_step()