Lines Matching defs:ucontrol
81 struct snd_ctl_elem_value *ucontrol)
87 ucontrol->value.integer.value[0] = 79 - pt->volume[base];
88 ucontrol->value.integer.value[1] = 79 - pt->volume[base + 1];
93 struct snd_ctl_elem_value *ucontrol)
100 val0 = 79 - ucontrol->value.integer.value[0];
101 val1 = 79 - ucontrol->value.integer.value[1];
134 struct snd_ctl_elem_value *ucontrol)
138 ucontrol->value.integer.value[0] = !pt->mute;
143 struct snd_ctl_elem_value *ucontrol)
149 val = !ucontrol->value.integer.value[0];