Lines Matching refs:oleft
629 int vol, oleft, oright, mleft, mright;636 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);638 oleft &= 0x1f;640 oleft += vol;641 if (oleft < 0)642 oleft = 0;643 if (oleft > 0x1f)644 oleft = 0x1f;654 oleft |= mleft & 0x80;656 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);