Home | History | Annotate | Download | only in audio_route

Lines Matching defs:linked

41     /* If linked is true, only the first element in each array is valid */
51 /* If linked is true, only the first element in each array is valid */
52 bool linked;
93 ALOGE(" id=%d: ctl=%s linked=%c", i,
95 path->setting[i].linked ? 'y' : 'n');
223 path->setting[path_index].linked = setting->linked;
224 if (setting->linked) {
261 path->setting[path_index].linked = true;
266 /* Linked, so only set the first value */
267 path->setting[path_index].linked = true;
270 if (path->setting[path_index].linked && (num_values > 1)) {
276 path->setting[path_index].linked = false;
312 if (path->setting[i].linked)
315 ar->mixer_state[ctl_index].new_linked = path->setting[i].linked;
481 bool linked;
498 * values are the same, set the linked flag.
500 linked = true;
506 * If the next value is different from the last, set linked to
511 linked = false;
515 ar->mixer_state[i].old_linked = linked;
516 ar->mixer_state[i].new_linked = linked;
549 /* linked ctl, so set all ctl values the same */
560 * linked, only value 0 is valid, so we always have to
588 /* if the values are linked, only need to save value 0 */
607 /* if the values are linked, only need to save value 0 */