Lines Matching refs:r1
290 channel->r1= __MIX_DPL2_rear[pan]; in __MIXSetPan()
643 c->vCL = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXInitChannel()
651 c->vCR = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXInitChannel()
659 c->vCR = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXInitChannel()
668 c->vCS = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXInitChannel()
676 c->vCS = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXInitChannel()
1585 c->vCL1 = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXUpdateSettings()
1593 c->vCR1 = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1601 c->vCR1 = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1610 c->vCS1 = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXUpdateSettings()
1618 c->vCS1 = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXUpdateSettings()