Home
last modified time | relevance | path

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

/hardware/qcom/audio/post_proc/
Dvolume_listener.c44 #define MAX_GAIN_LEVELS 5 macro
152 static const struct amp_db_and_gain_table volume_curve_gain_mapping_table[MAX_GAIN_LEVELS] =
253 gain_dep_cal_level = volume_curve_gain_mapping_table[MAX_GAIN_LEVELS - 1].level; in check_and_set_gain_dep_cal()
257 for (max_level = 0; max_level + 1 < MAX_GAIN_LEVELS; max_level++) { in check_and_set_gain_dep_cal()