Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dmixer.c57 int hwvol_step; member
885 m->hwvol_step = 5; in mixer_hwvol_init()
888 OID_AUTO, "hwvol_step", CTLFLAG_RW, &m->hwvol_step, 0, ""); in mixer_hwvol_init()
935 left += left_step * m->hwvol_step; in mixer_hwvol_step_locked()
940 right += right_step * m->hwvol_step; in mixer_hwvol_step_locked()