Lines Matching refs:__MIXGetVolume

392 u16 __MIXGetVolume(int db_)  in __MIXGetVolume()  function
611 c->v = __MIXGetVolume(input); in MIXInitChannel()
620 c->vL = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
621 c->vR = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
622 c->vS = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXInitChannel()
627 c->vAL = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
628 c->vAR = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
629 c->vAS = __MIXGetVolume(c->auxA + c->b - 30); in MIXInitChannel()
634 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
635 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
636 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXInitChannel()
642 c->vBL = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
643 c->vBR = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
644 c->vBS = __MIXGetVolume(c->auxB + c->b - 30); in MIXInitChannel()
649 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXInitChannel()
650 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXInitChannel()
651 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXInitChannel()
657 c->vCL = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()
658 c->vCR = __MIXGetVolume(c->auxC + c->f); in MIXInitChannel()
659 c->vCS = __MIXGetVolume(c->auxC + c->b - 30); in MIXInitChannel()
664 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()
665 c->vCR = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXInitChannel()
666 c->vCS = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXInitChannel()
675 c->vL = __MIXGetVolume(c->fader + c->l + c->f); in MIXInitChannel()
676 c->vR = __MIXGetVolume(c->fader + c->r + c->f); in MIXInitChannel()
677 c->vS = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXInitChannel()
682 c->vAL = __MIXGetVolume(c->auxA + c->l + c->f); in MIXInitChannel()
683 c->vAR = __MIXGetVolume(c->auxA + c->r + c->f); in MIXInitChannel()
684 c->vAS = __MIXGetVolume(c->auxA + c->b - 30); in MIXInitChannel()
689 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXInitChannel()
690 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXInitChannel()
691 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXInitChannel()
697 c->vBL = __MIXGetVolume(c->auxB + c->l + c->f); in MIXInitChannel()
698 c->vBR = __MIXGetVolume(c->auxB + c->r + c->f); in MIXInitChannel()
699 c->vBS = __MIXGetVolume(c->auxB + c->b - 30); in MIXInitChannel()
704 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXInitChannel()
705 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXInitChannel()
706 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXInitChannel()
712 c->vCL = __MIXGetVolume(c->auxC + c->l + c->f); in MIXInitChannel()
713 c->vCR = __MIXGetVolume(c->auxC + c->r + c->f); in MIXInitChannel()
714 c->vCS = __MIXGetVolume(c->auxC + c->b - 30); in MIXInitChannel()
719 c->vCL = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXInitChannel()
720 c->vCR = __MIXGetVolume(c->fader + c->auxC + c->r + c->f); in MIXInitChannel()
721 c->vCS = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXInitChannel()
729 c->vL = __MIXGetVolume(c->fader + c->l + c->f); in MIXInitChannel()
730 c->vR = __MIXGetVolume(c->fader + c->r + c->f); in MIXInitChannel()
731 c->vS = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXInitChannel()
732 c->vCL = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXInitChannel()
737 c->vAL = __MIXGetVolume(c->auxA + c->l + c->f); in MIXInitChannel()
738 c->vAR = __MIXGetVolume(c->auxA + c->r + c->f); in MIXInitChannel()
739 c->vAS = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXInitChannel()
740 c->vCR = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXInitChannel()
745 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXInitChannel()
746 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXInitChannel()
747 c->vAS = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXInitChannel()
748 c->vCR = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXInitChannel()
754 c->vBL = __MIXGetVolume(c->auxB + c->l + c->f); in MIXInitChannel()
755 c->vBR = __MIXGetVolume(c->auxB + c->r + c->f); in MIXInitChannel()
756 c->vBS = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXInitChannel()
757 c->vCS = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXInitChannel()
762 c->vBL = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXInitChannel()
763 c->vBR = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXInitChannel()
764 c->vBS = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXInitChannel()
765 c->vCS = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXInitChannel()
1526 c->v1 = __MIXGetVolume(c->input); in MIXUpdateSettings()
1567 c->vL1 = __MIXGetVolume(c->fader + c->f); in MIXUpdateSettings()
1568 c->vR1 = __MIXGetVolume(c->fader + c->f); in MIXUpdateSettings()
1569 c->vS1 = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXUpdateSettings()
1574 c->vAL1 = __MIXGetVolume(c->auxA + c->f); in MIXUpdateSettings()
1575 c->vAR1 = __MIXGetVolume(c->auxA + c->f); in MIXUpdateSettings()
1576 c->vAS1 = __MIXGetVolume(c->auxA + c->b - 30); in MIXUpdateSettings()
1581 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXUpdateSettings()
1582 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXUpdateSettings()
1583 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXUpdateSettings()
1589 c->vBL1 = __MIXGetVolume(c->auxB + c->f); in MIXUpdateSettings()
1590 c->vBR1 = __MIXGetVolume(c->auxB + c->f); in MIXUpdateSettings()
1591 c->vBS1 = __MIXGetVolume(c->auxB + c->b - 30); in MIXUpdateSettings()
1596 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXUpdateSettings()
1597 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->f); in MIXUpdateSettings()
1598 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXUpdateSettings()
1604 c->vCL1 = __MIXGetVolume(c->auxC + c->f); in MIXUpdateSettings()
1605 c->vCR1 = __MIXGetVolume(c->auxC + c->f); in MIXUpdateSettings()
1606 c->vCS1 = __MIXGetVolume(c->auxC + c->b - 30); in MIXUpdateSettings()
1611 c->vCL1 = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXUpdateSettings()
1612 c->vCR1 = __MIXGetVolume(c->fader + c->auxC + c->f); in MIXUpdateSettings()
1613 c->vCS1 = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXUpdateSettings()
1622 c->vL1 = __MIXGetVolume(c->fader + c->l + c->f); in MIXUpdateSettings()
1623 c->vR1 = __MIXGetVolume(c->fader + c->r + c->f); in MIXUpdateSettings()
1624 c->vS1 = __MIXGetVolume(c->fader + c->b - 30); // -3dB for S in MIXUpdateSettings()
1629 c->vAL1 = __MIXGetVolume(c->auxA + c->l + c->f); in MIXUpdateSettings()
1630 c->vAR1 = __MIXGetVolume(c->auxA + c->r + c->f); in MIXUpdateSettings()
1631 c->vAS1 = __MIXGetVolume(c->auxA + c->b - 30); in MIXUpdateSettings()
1636 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXUpdateSettings()
1637 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXUpdateSettings()
1638 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->b - 30); in MIXUpdateSettings()
1644 c->vBL1 = __MIXGetVolume(c->auxB + c->l + c->f); in MIXUpdateSettings()
1645 c->vBR1 = __MIXGetVolume(c->auxB + c->r + c->f); in MIXUpdateSettings()
1646 c->vBS1 = __MIXGetVolume(c->auxB + c->b - 30); in MIXUpdateSettings()
1651 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXUpdateSettings()
1652 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXUpdateSettings()
1653 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->b - 30); in MIXUpdateSettings()
1659 c->vCL1 = __MIXGetVolume(c->auxC + c->l + c->f); in MIXUpdateSettings()
1660 c->vCR1 = __MIXGetVolume(c->auxC + c->r + c->f); in MIXUpdateSettings()
1661 c->vCS1 = __MIXGetVolume(c->auxC + c->b - 30); in MIXUpdateSettings()
1666 c->vCL1 = __MIXGetVolume(c->fader + c->auxC + c->l + c->f); in MIXUpdateSettings()
1667 c->vCR1 = __MIXGetVolume(c->fader + c->auxC + c->r + c->f); in MIXUpdateSettings()
1668 c->vCS1 = __MIXGetVolume(c->fader + c->auxC + c->b - 30); in MIXUpdateSettings()
1676 c->vL1 = __MIXGetVolume(c->fader + c->l + c->f); in MIXUpdateSettings()
1677 c->vR1 = __MIXGetVolume(c->fader + c->r + c->f); in MIXUpdateSettings()
1678 c->vS1 = __MIXGetVolume(c->fader + c->l1 + c->b); in MIXUpdateSettings()
1679 c->vCL1 = __MIXGetVolume(c->fader + c->r1 + c->b); in MIXUpdateSettings()
1684 c->vAL1 = __MIXGetVolume(c->auxA + c->l + c->f); in MIXUpdateSettings()
1685 c->vAR1 = __MIXGetVolume(c->auxA + c->r + c->f); in MIXUpdateSettings()
1686 c->vAS1 = __MIXGetVolume(c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1687 c->vCR1 = __MIXGetVolume(c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1692 c->vAL1 = __MIXGetVolume(c->fader + c->auxA + c->l + c->f); in MIXUpdateSettings()
1693 c->vAR1 = __MIXGetVolume(c->fader + c->auxA + c->r + c->f); in MIXUpdateSettings()
1694 c->vAS1 = __MIXGetVolume(c->fader + c->auxA + c->l1 + c->b); in MIXUpdateSettings()
1695 c->vCR1 = __MIXGetVolume(c->fader + c->auxA + c->r1 + c->b); in MIXUpdateSettings()
1701 c->vBL1 = __MIXGetVolume(c->auxB + c->l + c->f); in MIXUpdateSettings()
1702 c->vBR1 = __MIXGetVolume(c->auxB + c->r + c->f); in MIXUpdateSettings()
1703 c->vBS1 = __MIXGetVolume(c->auxB + c->l1 + c->b); in MIXUpdateSettings()
1704 c->vCS1 = __MIXGetVolume(c->auxB + c->r1 + c->b); in MIXUpdateSettings()
1709 c->vBL1 = __MIXGetVolume(c->fader + c->auxB + c->l + c->f); in MIXUpdateSettings()
1710 c->vBR1 = __MIXGetVolume(c->fader + c->auxB + c->r + c->f); in MIXUpdateSettings()
1711 c->vBS1 = __MIXGetVolume(c->fader + c->auxB + c->l1 + c->b); in MIXUpdateSettings()
1712 c->vCS1 = __MIXGetVolume(c->fader + c->auxB + c->r1 + c->b); in MIXUpdateSettings()