Searched refs:vol_data (Results 1 – 1 of 1) sorted by relevance
351 struct aw_table *vol_data = &monitor->vol_trace.aw_table; in aw_monitor_get_cfg() local353 if (temp_data->ipeak == IPEAK_NONE && vol_data->ipeak == IPEAK_NONE) { in aw_monitor_get_cfg()356 memcpy(set_table, vol_data, sizeof(struct aw_table)); in aw_monitor_get_cfg()357 } else if (vol_data->ipeak == IPEAK_NONE) { in aw_monitor_get_cfg()361 set_table->ipeak = (temp_data->ipeak < vol_data->ipeak ? in aw_monitor_get_cfg()362 temp_data->ipeak : vol_data->ipeak); in aw_monitor_get_cfg()363 set_table->gain = (temp_data->gain < vol_data->gain ? in aw_monitor_get_cfg()364 vol_data->gain : temp_data->gain); in aw_monitor_get_cfg()365 set_table->vmax = (temp_data->vmax < vol_data->vmax ? in aw_monitor_get_cfg()366 vol_data->vmax : temp_data->vmax); in aw_monitor_get_cfg()[all …]