Lines Matching refs:oleft
630 int vol, oleft, oright, mleft, mright;637 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);639 oleft &= 0x1f;641 oleft += vol;642 if (oleft < 0)643 oleft = 0;644 if (oleft > 0x1f)645 oleft = 0x1f;655 oleft |= mleft & 0x80;657 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);