Use /data/vendor/audio for Audio HAL data
This separates the data of audioserver from the data of the
hal_audio.
Bug: 35042759
Change-Id: I33ec958e77d14eea27618293f1df5e73a904cdef
Test: no SELinux denials for hal_audio
diff --git a/hal/audio_extn/spkr_protection.c b/hal/audio_extn/spkr_protection.c
index 57b0f53..22920b7 100644
--- a/hal/audio_extn/spkr_protection.c
+++ b/hal/audio_extn/spkr_protection.c
@@ -51,7 +51,7 @@
#define MAX_RESISTANCE_SPKR_Q24 (40 * (1 << 24))
/*Path where the calibration file will be stored*/
-#define CALIB_FILE "/data/misc/audio/audio.cal"
+#define CALIB_FILE "/data/vendor/audio/audio.cal"
/*Time between retries for calibartion or intial wait time
after boot up*/