Home
last modified time | relevance | path

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

/linux/include/sound/
H A Demux_synth.h181 int acutoff; /* cutoff target */ member
/linux/sound/synth/emux/
H A Demux_proc.c77 vp->avol, vp->acutoff, vp->apitch); in snd_emux_proc_info_read()
H A Demux_synth.c795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()
797 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c402 IFATN, (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol, in start_voice()
/linux/sound/isa/sb/
H A Demu8000_callback.c349 ifatn = (unsigned char)vp->acutoff; in set_volume()