Searched refs:avol (Results 1 – 5 of 5) sorted by relevance
574 vp->avol = -1; in setup_voice()620 vp->vtarget = voltarget[vp->avol % 0x10] >> (vp->avol >> 4); in setup_voice()798 if (vp->avol == vol) in calc_volume()801 vp->avol = vol; in calc_volume()
90 vp->avol, vp->acutoff, vp->apitch); in snd_emux_proc_info_read()
195 int avol; /* volume attenuation */ member
198 snd_emu10k1_ptr_write(hw, IFATN_ATTENUATION, vp->ch, vp->avol); in update_voice()381 temp = (unsigned int)vp->acutoff << 8 | (unsigned char)vp->avol; in start_voice()
364 ifatn |= (unsigned char)vp->avol; in set_volume()