Searched refs:acutoff (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h196 int acutoff; /* cutoff target */ member in struct:snd_emux_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_callback.c361 ifatn = (unsigned char)vp->acutoff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_callback.c379 temp = (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c792 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7;
794 vp->acutoff = vp->reg.parm.cutoff;

Completed in 52 milliseconds