Searched refs:mleft (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Dtea6330t.c53 unsigned char mleft, mright; member in struct:tea6330t
91 ucontrol->value.integer.value[0] = tea->mleft - 0x14;
108 change = val1 != tea->mleft || val2 != tea->mright;
109 tea->mleft = val1;
114 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft;
162 tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = val1 ? tea->mleft : 0;
326 tea->mleft = tea->mright = 0x14;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsonicvibes.c525 int vol, oleft, oright, mleft, mright; local
532 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG);
547 mleft ^= 0x80;
550 oleft |= mleft & 0x80;

Completed in 65 milliseconds