Searched refs:get_custom_gain_table (Results 1 – 1 of 1) sorted by relevance
198 static int (*get_custom_gain_table)(struct amp_db_and_gain_table *, int); variable623 get_custom_gain_table = NULL; in init_once()643 …get_custom_gain_table = (int (*) (struct amp_db_and_gain_table *, int))dlsym(hal_lib_pointer, AHAL… in init_once()644 if (get_custom_gain_table == NULL) { in init_once()647 … max_table_ent = get_custom_gain_table(volume_curve_gain_mapping_table, MAX_VOLUME_CAL_STEPS); in init_once()