Lines Matching refs:value
18 snd_ctl_elem_type_t type; /* value type */
25 * identical types, i.e. info returns the same value type and value
29 * The same value will be applied to all followers.
34 int val; /* the master value */
70 follower->vals[ch] = uctl->value.integer.value[ch];
107 follower->info.min_val = uinfo->value.integer.min;
108 follower->info.max_val = uinfo->value.integer.max;
146 ucontrol->value.integer.value[ch] = follower->vals[ch];
162 ucontrol->value.integer.value[ch] &=
168 vol = ucontrol->value.integer.value[ch];
174 ucontrol->value.integer.value[ch] = vol;
208 if (follower->vals[ch] != ucontrol->value.integer.value[ch]) {
210 follower->vals[ch] = ucontrol->value.integer.value[ch];
325 uinfo->value.integer.min = master->info.min_val;
326 uinfo->value.integer.max = master->info.max_val;
337 ucontrol->value.integer.value[0] = master->val;
372 new_val = ucontrol->value.integer.value[0];
471 * at each time when the value is changed.
492 * to synchronize with the current value of the given vmaster element.