Lines Matching refs:oright
630 int vol, oleft, oright, mleft, mright;
638 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG);
640 oright &= 0x1f;
646 oright += vol;
647 if (oright < 0)
648 oright = 0;
649 if (oright > 0x1f)
650 oright = 0x1f;
656 oright |= mright & 0x80;
658 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);