Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Demux_synth.h184 int aaux; member
/Linux-v6.6/sound/synth/emux/
Demux_proc.c79 vp->apan, vp->aaux, in snd_emux_proc_info_read()
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()
/Linux-v6.6/sound/pci/emu10k1/
Demu10k1_callback.c192 snd_emu10k1_ptr_write(hw, PTRX_FXSENDAMOUNT_B, vp->ch, vp->aaux); in update_voice()
469 PTRX, ptarget | (vp->apan << 8) | vp->aaux, in trigger_voice()
/Linux-v6.6/sound/isa/sb/
Demu8000_callback.c313 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; in trigger_voice()