Lines Matching refs:l1
306 channel->l1= __MIX_DPL2_rear[ipan]; in __MIXSetPan()
315 channel->l1= 0; in __MIXSetPan()
731 c->vS = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXInitChannel()
739 c->vAS = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXInitChannel()
747 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXInitChannel()
756 c->vBS = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXInitChannel()
764 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXInitChannel()
1678 c->vS1 = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXUpdateSettings()
1686 c->vAS1 = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1694 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1703 c->vBS1 = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXUpdateSettings()
1711 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXUpdateSettings()