Home
last modified time | relevance | path

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

/Linux-v4.19/sound/i2c/
Dtea6330t.c54 unsigned char mleft, mright; member
103 ucontrol->value.integer.value[1] = tea->mright - 0x14; in snd_tea6330t_get_master_volume()
119 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume()
121 tea->mright = val2; in snd_tea6330t_put_master_volume()
130 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright; in snd_tea6330t_put_master_volume()
174 tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = val2 ? tea->mright : 0; in snd_tea6330t_put_master_switch()
337 tea->mleft = tea->mright = 0x14; in snd_tea6330t_update_mixer()
/Linux-v4.19/sound/pci/
Dsonicvibes.c644 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local
652 oright = mright = snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ANALOG); in snd_sonicvibes_interrupt()
667 mright ^= 0x80; in snd_sonicvibes_interrupt()
670 oright |= mright & 0x80; in snd_sonicvibes_interrupt()