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

Commit ba82b1ba authored by Vatsal Bucha's avatar Vatsal Bucha
Browse files

hal: Change path for cal file generation for qcs405



Change path for audio-cal file generated
after enabling speaker protection for qcs405.

Change-Id: I2cf8c65c60e04bd1fef92baacb36b521262017bc
Signed-off-by: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent e1f65e84
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -96,7 +96,11 @@ enum sp_version {
#define MAX_RESISTANCE_SPKR_Q24 (40 * (1 << 24))

/*Path where the calibration file will be stored*/
#ifdef LINUX_ENABLED
#define CALIB_FILE "/data/audio/audio.cal"
#else
#define CALIB_FILE "/data/vendor/misc/audio/audio.cal"
#endif

/*Time between retries for calibartion or intial wait time
  after boot up*/