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

/linux-master/sound/synth/emux/
H A Demux_proc.c78 snd_iprintf(buf, "apan=%x, aaux=%x, ptarget=%x, vtarget=%x, ftarget=%x\n",
82 vp->ftarget);
H A Demux_synth.c576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe);
577 LIMITVALUE(vp->ftarget, 0, 255);
578 vp->ftarget <<= 8;
580 vp->ftarget = parm->cutoff;
581 vp->ftarget <<= 8;
/linux-master/include/sound/
H A Demux_synth.h187 int ftarget; /* filter target */ member in struct:snd_emux_voice
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c434 VTFT, vtarget | vp->ftarget,
/linux-master/sound/isa/sb/
H A Demu8000_callback.c291 EMU8000_VTFT_WRITE(hw, ch, temp | vp->ftarget);

Completed in 191 milliseconds