hal: correct the string of 11025KHz
Correct the string of 11025 KHz in platform
files
CRs-fixed: 2249726
Change-Id: I0b570ade00ab02cbf772a82efbbc5d6f96a23a4e
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index 41d6e6b..d11de1f 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -5735,7 +5735,7 @@
rate_str = "KHZ_8";
break;
case 11025:
- rate_str = "HZ_11P025";
+ rate_str = "KHZ_11P025";
break;
case 16000:
rate_str = "KHZ_16";
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index 92f92aa..109eb00 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -5712,7 +5712,7 @@
rate_str = "KHZ_8";
break;
case 11025:
- rate_str = "HZ_11P025";
+ rate_str = "KHZ_11P025";
break;
case 16000:
rate_str = "KHZ_16";