Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cf8eff6 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

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
parent 945625ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*/