Lines Matching refs:vol
121 int channel, int *vol)
134 *vol = a;
138 static unsigned int vortex_mix_boost6db(unsigned char vol)
140 return (vol + 8); /* WOW! what a complex function! */
181 unsigned char vol) in vortex_mix_setvolumebyte() argument
184 hwwrite(vortex->mmio, VORTEX_MIX_VOL_A + (mix << 2), vol); in vortex_mix_setvolumebyte()
187 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setvolumebyte()
190 hwwrite(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2), vol); in vortex_mix_setvolumebyte()
195 int mixin, unsigned char vol) in vortex_mix_setinputvolumebyte() argument
200 VORTEX_MIX_INVOL_A + (((mix << 5) + mixin) << 2), vol); in vortex_mix_setinputvolumebyte()
205 if ((temp != 0x80) || (vol == 0x80)) in vortex_mix_setinputvolumebyte()
209 VORTEX_MIX_INVOL_B + (((mix << 5) + mixin) << 2), vol); in vortex_mix_setinputvolumebyte()
2261 p->vol[i] = 0; in vortex_adb_allocroute()