Searched refs:mixer_state (Results 1 – 1 of 1) sorted by relevance
42 struct mixer_state { struct73 struct mixer_state *mixer_state; member123 return ar->mixer_state[ctl_index].ctl; in index_to_ctl()388 memcpy(ar->mixer_state[ctl_index].new_value.ptr, path->setting[i].value.ptr, in path_apply()410 memcpy(ar->mixer_state[ctl_index].new_value.ptr, in path_reset()411 ar->mixer_state[ctl_index].reset_value.ptr, in path_reset()412 ar->mixer_state[ctl_index].num_values * value_sz); in path_reset()515 if (ar->mixer_state[ctl_index].ctl == ctl) in start_tag()528 if (id < ar->mixer_state[ctl_index].num_values) in start_tag()530 ar->mixer_state[ctl_index].new_value.bytes[id] = value; in start_tag()[all …]