Searched refs:acutoff (Results 1 – 5 of 5) sorted by relevance
181 int acutoff; /* cutoff target */ member
77 vp->avol, vp->acutoff, vp->apitch); in snd_emux_proc_info_read()
795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()797 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
349 ifatn = (unsigned char)vp->acutoff; in set_volume()
369 temp = (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol; in start_voice()
Completed in 11 milliseconds