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

Commit 31ada2d1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Change path for cal file generation for qcs405"

parents fd853dd3 ba82b1ba
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*/