Searched refs:mright (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
92 ucontrol->value.integer.value[1] = tea->mright - 0x14;
108 change = val1 != tea->mleft || val2 != tea->mright;
110 tea->mright = val2;
119 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright;
163 tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = val2 ? tea->mright : 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
533 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG);
548 mright ^= 0x80;
551 oright |= mright & 0x80;

Completed in 35 milliseconds