acutoff           181 include/sound/emux_synth.h 	int acutoff;		/* cutoff target */
acutoff           349 sound/isa/sb/emu8000_callback.c 	ifatn = (unsigned char)vp->acutoff;
acutoff           368 sound/pci/emu10k1/emu10k1_callback.c 	temp = (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol;
acutoff            77 sound/synth/emux/emux_proc.c 			    vp->avol, vp->acutoff, vp->apitch);
acutoff           795 sound/synth/emux/emux_synth.c 		vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7;
acutoff           797 sound/synth/emux/emux_synth.c 		vp->acutoff = vp->reg.parm.cutoff;