commit | c2f9bde651541138076f2f25e4ffe771525b0fbf | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Tue Jul 14 06:16:57 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jul 14 06:16:57 2020 -0700 |
tree | 8512ed859b48f756c1fef936f16d210a7d46d163 | |
parent | 87ff2cb123089eb1b92fa39a11749bcb6025c2fc [diff] | |
parent | 2af2c418b88e198b5aed1f8a89ae8df86cf8e253 [diff] |
Merge "hal: spk_prot: Update trigger_cal to false not needed"
diff --git a/hal/audio_extn/spkr_protection.c b/hal/audio_extn/spkr_protection.c index ad77b10..8af4d80 100644 --- a/hal/audio_extn/spkr_protection.c +++ b/hal/audio_extn/spkr_protection.c
@@ -461,7 +461,6 @@ } if (handle.spkr_in_use) { *sec = 0; - handle.trigger_cal = false; return true; } else { clock_gettime(CLOCK_BOOTTIME, &temp);