Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Demux_synth.h199 int aaux; member
/linux-2.6.39/sound/synth/emux/
Demux_proc.c94 vp->apan, vp->aaux, in snd_emux_proc_info_read()
Demux_synth.c675 vp->aaux = 0xff; in calc_pan()
677 vp->aaux = (-pan) & 0xff; in calc_pan()
685 vp->aaux = pan_volumes[255 - pan]; in calc_pan()
/linux-2.6.39/sound/pci/emu10k1/
Demu10k1_callback.c204 snd_emu10k1_ptr_write(hw, PTRX_FXSENDAMOUNT_B, vp->ch, vp->aaux); in update_voice()
495 temp = ptarget | (vp->apan << 8) | vp->aaux; in trigger_voice()
/linux-2.6.39/sound/isa/sb/
Demu8000_callback.c325 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; in trigger_voice()