mright 39 sound/i2c/tea6330t.c unsigned char mleft, mright; mright 88 sound/i2c/tea6330t.c ucontrol->value.integer.value[1] = tea->mright - 0x14; mright 104 sound/i2c/tea6330t.c change = val1 != tea->mleft || val2 != tea->mright; mright 106 sound/i2c/tea6330t.c tea->mright = val2; mright 115 sound/i2c/tea6330t.c bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright; mright 159 sound/i2c/tea6330t.c tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = val2 ? tea->mright : 0; mright 322 sound/i2c/tea6330t.c tea->mleft = tea->mright = 0x14; mright 630 sound/pci/sonicvibes.c int vol, oleft, oright, mleft, mright; mright 638 sound/pci/sonicvibes.c oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG); mright 653 sound/pci/sonicvibes.c mright ^= 0x80; mright 656 sound/pci/sonicvibes.c oright |= mright & 0x80;