Lines Matching defs:oleft
612 int vol, oleft, oright, mleft, mright;619 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);621 oleft &= 0x1f;623 oleft += vol;624 if (oleft < 0)625 oleft = 0;626 if (oleft > 0x1f)627 oleft = 0x1f;637 oleft |= mleft & 0x80;639 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);