Searched refs:mixer_hwvol_step (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/sound/pcm/ |
| HD | mixer.h | 46 void mixer_hwvol_step(device_t dev, int left_step, int right_step);
|
| HD | mixer.c | 948 mixer_hwvol_step(device_t dev, int left_step, int right_step) in mixer_hwvol_step() function
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | maestro3.c | 1130 mixer_hwvol_step(sc->dev, 1, 1); in m3_intr() 1133 mixer_hwvol_step(sc->dev, -1, -1); in m3_intr()
|
| HD | maestro.c | 1689 mixer_hwvol_step(ess->dev, 1, 1); in agg_intr() 1692 mixer_hwvol_step(ess->dev, -1, -1); in agg_intr()
|