Searched refs:vCL (Results 1 – 2 of 2) sorted by relevance
353 channel->vCL = in __MIXResetChannel()657 c->vCL = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()664 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()712 c->vCL = __MIXGetVolume(c->auxC + c->l + c->f); in MIXInitChannel()719 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXInitChannel()732 c->vCL = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXInitChannel()796 if((*p++ = c->vCL) != 0) mixerCtrl |= AX_PB_MIXCTRL_C_L; in MIXInitChannel()1545 c->vCL = c->vCL1; c->vCR = c->vCR1; c->vCS = c->vCS1; in MIXUpdateSettings()1768 if((*p++ = c->vCL) != 0) in MIXUpdateSettings()1770 if((*p++ = (u16)((c->vCL1 - c->vCL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
144 u16 vCL; member