Home
last modified time | relevance | path

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

/linux/sound/i2c/
H A Dtea6330t.c39 unsigned char mleft, mright; member
85 ucontrol->value.integer.value[1] = tea->mright - 0x14; in snd_tea6330t_get_master_volume()
101 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume()
103 tea->mright = val2; in snd_tea6330t_put_master_volume()
112 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright; in snd_tea6330t_put_master_volume()
157 tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = val2 ? tea->mright : 0; in snd_tea6330t_put_master_switch()
324 tea->mleft = tea->mright = 0x14; in snd_tea6330t_update_mixer()