mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "ASoC: msm: program button high thresholds correctly"
This commit is contained in:
commit
0056dfd792
1 changed files with 4 additions and 4 deletions
|
@ -184,10 +184,10 @@ static void *def_tasha_mbhc_cal(void)
|
|||
btn_high[1] = 150;
|
||||
btn_high[2] = 237;
|
||||
btn_high[3] = 450;
|
||||
btn_high[4] = 500;
|
||||
btn_high[5] = 590;
|
||||
btn_high[6] = 675;
|
||||
btn_high[7] = 780;
|
||||
btn_high[4] = 450;
|
||||
btn_high[5] = 450;
|
||||
btn_high[6] = 450;
|
||||
btn_high[7] = 450;
|
||||
|
||||
return tasha_wcd_cal;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue