Searched refs:oright (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/pci/ |
| H A D | sonicvibes.c | 612 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local 620 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG); in snd_sonicvibes_interrupt() 622 oright &= 0x1f; in snd_sonicvibes_interrupt() 628 oright += vol; in snd_sonicvibes_interrupt() 629 if (oright < 0) in snd_sonicvibes_interrupt() 630 oright = 0; in snd_sonicvibes_interrupt() 631 if (oright > 0x1f) in snd_sonicvibes_interrupt() 632 oright = 0x1f; in snd_sonicvibes_interrupt() 638 oright |= mright & 0x80; in snd_sonicvibes_interrupt() 640 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright); in snd_sonicvibes_interrupt()
|
| H A D | cmipci.c | 2011 int left, right, oleft, oright; in snd_cmipci_put_volume() local 2032 oright = snd_cmipci_mixer_read(cm, reg.right_reg); in snd_cmipci_put_volume() 2034 oright = left; in snd_cmipci_put_volume() 2035 right |= oright & ~(reg.mask << reg.right_shift); in snd_cmipci_put_volume() 2036 change |= right != oright; in snd_cmipci_put_volume()
|
| /linux/sound/isa/sb/ |
| H A D | sb_mixer.c | 132 unsigned char left, right, oleft, oright; in snd_sbmixer_put_double() local 145 oright = snd_sbmixer_read(sb, right_reg); in snd_sbmixer_put_double() 147 right = (oright & ~(mask << right_shift)) | right; in snd_sbmixer_put_double() 148 change = left != oleft || right != oright; in snd_sbmixer_put_double()
|