Lines Matching refs:oright
629 int vol, oleft, oright, mleft, mright;
637 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG);
639 oright &= 0x1f;
645 oright += vol;
646 if (oright < 0)
647 oright = 0;
648 if (oright > 0x1f)
649 oright = 0x1f;
655 oright |= mright & 0x80;
657 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);