diff options
author | Manisha Agarwal <maniagar@codeaurora.org> | 2019-03-20 11:37:25 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-04-02 18:36:16 -0700 |
commit | c36714f98aed5923f26b4c110bdce5a1937ffe40 (patch) | |
tree | c67b99cf8750833b1d69e06a5d6df17c0f95a31c | |
parent | 625465f78dfd7e81983f781c39bb40ec63e7d268 (diff) |
hal: Update paths for calib files
Update paths to point to /data/vendor/audio
for calib files for speaker protection.
CRs-Fixed: 2418789
Change-Id: Icf0487178aed568511747925cf8dbe2e9471583d
-rw-r--r-- | hal/audio_extn/spkr_protection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/audio_extn/spkr_protection.c b/hal/audio_extn/spkr_protection.c index 8b00f97e..9c30bbe4 100644 --- a/hal/audio_extn/spkr_protection.c +++ b/hal/audio_extn/spkr_protection.c @@ -101,7 +101,7 @@ enum sp_version { #ifdef LINUX_ENABLED #define CALIB_FILE "/data/audio/audio.cal" #else -#define CALIB_FILE "/data/vendor/misc/audio/audio.cal" +#define CALIB_FILE "/data/vendor/audio/audio.cal" #endif /*Time between retries for calibartion or intial wait time |