Home
last modified time | relevance | path

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

/Linux-v6.6/sound/synth/emux/
Demux_synth.c576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
577 LIMITVALUE(vp->ftarget, 0, 255); in setup_voice()
578 vp->ftarget <<= 8; in setup_voice()
580 vp->ftarget = parm->cutoff; in setup_voice()
581 vp->ftarget <<= 8; in setup_voice()
Demux_proc.c82 vp->ftarget); in snd_emux_proc_info_read()
/Linux-v6.6/include/sound/
Demux_synth.h187 int ftarget; /* filter target */ member
/Linux-v6.6/sound/pci/emu10k1/
Demu10k1_callback.c437 VTFT, vtarget | vp->ftarget, in start_voice()
/Linux-v6.6/sound/isa/sb/
Demu8000_callback.c291 EMU8000_VTFT_WRITE(hw, ch, temp | vp->ftarget); in start_voice()