Searched refs:oright (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c154 unsigned char left, right, oleft, oright; local
167 oright = snd_sbmixer_read(sb, right_reg);
169 right = (oright & ~(mask << right_shift)) | right;
170 change = left != oleft || right != oright;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcmipci.c1860 int left, right, oleft, oright; local
1881 oright = snd_cmipci_mixer_read(cm, reg.right_reg);
1883 oright = left;
1884 right |= oright & ~(reg.mask << reg.right_shift);
1885 change |= right != oright;
H A Dsonicvibes.c526 int vol, oleft, oright, mleft, mright; local
534 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG);
536 oright &= 0x1f;
542 oright += vol;
543 if (oright < 0)
544 oright = 0;
545 if (oright > 0x1f)
546 oright = 0x1f;
552 oright |= mright & 0x80;
554 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);
[all...]

Completed in 202 milliseconds