diff options
| -rw-r--r-- | sound/soc/msm/msm8994.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sound/soc/msm/msm8994.c b/sound/soc/msm/msm8994.c index fa31d92d958..4bf85a716ad 100644 --- a/sound/soc/msm/msm8994.c +++ b/sound/soc/msm/msm8994.c @@ -2795,13 +2795,13 @@ static void *def_codec_mbhc_cal(void) btn_high = wcd9xxx_mbhc_cal_btn_det_mp(btn_cfg, MBHC_BTN_DET_V_BTN_HIGH); btn_low[0] = -200; - btn_high[0] = 87; - btn_low[1] = 88; - btn_high[1] = 209; - btn_low[2] = 210; - btn_high[2] = 360; - btn_low[3] = 361; - btn_high[3] = 722; + btn_high[0] = 75; + btn_low[1] = 76; + btn_high[1] = 165; + btn_low[2] = 166; + btn_high[2] = 290; + btn_low[3] = 291; + btn_high[3] = 650; btn_low[4] = 149; btn_high[4] = 189; btn_low[5] = 190; @@ -4400,4 +4400,4 @@ module_platform_driver(msm8994_asoc_machine_driver); MODULE_DESCRIPTION("ALSA SoC msm"); MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:" DRV_NAME); -MODULE_DEVICE_TABLE(of, msm8994_asoc_machine_of_match); +MODULE_DEVICE_TABLE(of, msm8994_asoc_machine_of_match);
\ No newline at end of file |
