Home
last modified time | relevance | path

Searched refs:aw_table (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_monitor.c238 if (table_info.aw_table == NULL) { in aw_monitor_first_get_data_form_table()
244 if (data_trace->sum_val >= table_info.aw_table[i].min_val) { in aw_monitor_first_get_data_form_table()
245 memcpy(&data_trace->aw_table, &table_info.aw_table[i], in aw_monitor_first_get_data_form_table()
246 sizeof(struct aw_table)); in aw_monitor_first_get_data_form_table()
259 if (table_info.aw_table == NULL) { in aw_monitor_trace_data_from_table()
265 if (data_trace->sum_val >= table_info.aw_table[i].min_val && in aw_monitor_trace_data_from_table()
266 data_trace->sum_val <= table_info.aw_table[i].max_val) { in aw_monitor_trace_data_from_table()
267 memcpy(&data_trace->aw_table, &table_info.aw_table[i], in aw_monitor_trace_data_from_table()
268 sizeof(struct aw_table)); in aw_monitor_trace_data_from_table()
317 vol_trace->aw_table.ipeak = IPEAK_NONE; in aw_monitor_get_data()
[all …]
H A Daw_monitor.h9 struct aw_table;
11 #define AW_TABLE_SIZE sizeof(struct aw_table)
87 struct aw_table { struct
97 struct aw_table *aw_table; member
120 struct aw_table aw_table; member