commit | f4f3621008566bcf302807812edda9dbc8d44370 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sun Jul 12 04:28:55 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Jul 12 04:28:55 2015 -0700 |
tree | be22f7460fd492375bda9fd15d0fe549c6a573e9 | |
parent | 0556f44015c81504b50155d1a7e61603b6cbf08d [diff] | |
parent | d2b182f41a92ac8c042c0ed45ecb7dd909811ef1 [diff] |
Merge "hal: Add tx pcm device id for speaker protection usecase"
diff --git a/hal/msm8974/platform.h b/hal/msm8974/platform.h index 2618bd8..2247933 100644 --- a/hal/msm8974/platform.h +++ b/hal/msm8974/platform.h
@@ -227,6 +227,8 @@ #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