Home
last modified time | relevance | path

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

/linux-3.4.99/sound/i2c/
Dtea6330t.c54 unsigned char mleft, mright; member
102 ucontrol->value.integer.value[0] = tea->mleft - 0x14; in snd_tea6330t_get_master_volume()
119 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume()
120 tea->mleft = val1; in snd_tea6330t_put_master_volume()
125 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft; in snd_tea6330t_put_master_volume()
173 tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = val1 ? tea->mleft : 0; in snd_tea6330t_put_master_switch()
337 tea->mleft = tea->mright = 0x14; in snd_tea6330t_update_mixer()
/linux-3.4.99/sound/pci/
Dsonicvibes.c642 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local
649 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG); in snd_sonicvibes_interrupt()
664 mleft ^= 0x80; in snd_sonicvibes_interrupt()
667 oleft |= mleft & 0x80; in snd_sonicvibes_interrupt()