Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c359 static int last_known_cal_step = -1 ; variable
493 if (last_known_cal_step >= 0) in send_gain_dep_calibration_l()
494 platform_send_gain_dep_cal(adev->platform, last_known_cal_step); in send_gain_dep_calibration_l()
506 last_known_cal_step = level; in audio_hw_send_gain_dep_calibration()