Searched refs:avol (Results 1 – 5 of 5) sorted by relevance
560 vp->avol = -1; in setup_voice()606 vp->vtarget = voltarget[vp->avol % 0x10] >> (vp->avol >> 4); in setup_voice()784 if (vp->avol == vol) in calc_volume()787 vp->avol = vol; in calc_volume()
77 vp->avol, vp->acutoff, vp->apitch); in snd_emux_proc_info_read()
180 int avol; /* volume attenuation */ member
186 snd_emu10k1_ptr_write(hw, IFATN_ATTENUATION, vp->ch, vp->avol); in update_voice()369 temp = (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol; in start_voice()
351 ifatn |= (unsigned char)vp->avol; in set_volume()
Completed in 9 milliseconds