Searched refs:vCL (Results 1 – 2 of 2) sorted by relevance
334 channel->vCL = in __MIXResetChannel()568 c->vCL = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()575 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()623 c->vCL = __MIXGetVolume(c->auxC + c->l + c->f); in MIXInitChannel()630 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXInitChannel()643 c->vCL = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXInitChannel()707 if((*p++ = c->vCL) != 0) mixerCtrl |= AX_PB_MIXCTRL_C_L; in MIXInitChannel()1451 c->vCL = c->vCL1; c->vCR = c->vCR1; c->vCS = c->vCS1; in MIXUpdateSettings()1674 if((*p++ = c->vCL) != 0) in MIXUpdateSettings()1676 if((*p++ = (u16)((c->vCL1 - c->vCL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
127 u16 vCL; member