Searched refs:aaux (Results 1 – 5 of 5) sorted by relevance
184 int aaux; member
79 vp->apan, vp->aaux, in snd_emux_proc_info_read()
660 vp->aaux = 0xff; in calc_pan()662 vp->aaux = (-pan) & 0xff; in calc_pan()670 vp->aaux = pan_volumes[255 - pan]; in calc_pan()
191 snd_emu10k1_ptr_write(hw, PTRX_FXSENDAMOUNT_B, vp->ch, vp->aaux); in update_voice()482 temp = ptarget | (vp->apan << 8) | vp->aaux; in trigger_voice()
313 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; in trigger_voice()
Completed in 8 milliseconds