Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Demux_synth.h184 int aaux; member
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c192 snd_emu10k1_ptr_write(hw, PTRX_FXSENDAMOUNT_B, vp->ch, vp->aaux); in update_voice()
466 PTRX, ptarget | (vp->apan << 8) | vp->aaux, in trigger_voice()
/openbmc/linux/sound/synth/emux/
H A Demux_proc.c79 vp->apan, vp->aaux, in snd_emux_proc_info_read()
H A Demux_synth.c660 vp->aaux = 0xff; in calc_pan()
662 vp->aaux = (-pan) & 0xff; in calc_pan()
670 vp->aaux = pan_volumes[255 - pan]; in calc_pan()
/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c313 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; in trigger_voice()