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

Commit d2b182f4 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

hal: Add tx pcm device id for speaker protection usecase

Add tx pcm device id for speaker protection usecase on
8996 target.

Change-Id: Id1998884a924bab7787f13b8877f367254d313c2
parent 18175cc5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -227,6 +227,8 @@ enum {
#define SPKR_PROT_CALIB_RX_PCM_DEVICE 5
#ifdef PLATFORM_APQ8084
#define SPKR_PROT_CALIB_TX_PCM_DEVICE 35
#elif PLATFORM_MSM8996
#define SPKR_PROT_CALIB_TX_PCM_DEVICE 42
#else
#define SPKR_PROT_CALIB_TX_PCM_DEVICE 25
#endif