Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/i2c/
A Dtea6330t.c39 unsigned char mleft, mright; member
87 ucontrol->value.integer.value[0] = tea->mleft - 0x14; in snd_tea6330t_get_master_volume()
104 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume()
105 tea->mleft = val1; in snd_tea6330t_put_master_volume()
110 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft; in snd_tea6330t_put_master_volume()
159 tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = val1 ? tea->mleft : 0; in snd_tea6330t_put_master_switch()
327 tea->mleft = tea->mright = 0x14; in snd_tea6330t_update_mixer()
/linux-6.3-rc2/sound/pci/
A Dsonicvibes.c629 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local
636 oleft = mleft = snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ANALOG); in snd_sonicvibes_interrupt()
651 mleft ^= 0x80; in snd_sonicvibes_interrupt()
654 oleft |= mleft & 0x80; in snd_sonicvibes_interrupt()

Completed in 10 milliseconds