mleft              39 sound/i2c/tea6330t.c 	unsigned char mleft, mright;
mleft              87 sound/i2c/tea6330t.c 	ucontrol->value.integer.value[0] = tea->mleft - 0x14;
mleft             104 sound/i2c/tea6330t.c 	change = val1 != tea->mleft || val2 != tea->mright;
mleft             105 sound/i2c/tea6330t.c 	tea->mleft = val1;
mleft             110 sound/i2c/tea6330t.c 		bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft;
mleft             158 sound/i2c/tea6330t.c 	tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = val1 ? tea->mleft : 0;
mleft             322 sound/i2c/tea6330t.c 	tea->mleft = tea->mright = 0x14;
mleft             630 sound/pci/sonicvibes.c 		int vol, oleft, oright, mleft, mright;
mleft             637 sound/pci/sonicvibes.c 		oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);
mleft             652 sound/pci/sonicvibes.c 			mleft ^= 0x80;
mleft             655 sound/pci/sonicvibes.c 		oleft |= mleft & 0x80;