Lines Matching defs:volume
1628 /* Allocate GPR for volume control and route sound: OUT = OUT + IN * VOL */
1723 * 2. It can be more careful when volume is 100%, because in DSP
1813 * Additional channel volume is controlled by mixer in
2007 /* volume controlled by AC97 emulation */
2016 /* volume controlled by AC97 emulation */
2022 * Additional channel volume is controlled by mixer in
2605 emumix_set_volume(struct emu_sc_info *sc, int mixer_idx, int volume)
2608 RANGE(volume, 0, 100);
2610 sc->mixer_volcache[mixer_idx] = volume;
2611 emumix_set_fxvol(sc, sc->mixer_gpr[mixer_idx], volume);