hal: fix compilation error for 8952 hal
expose new api from audio HAL that volume listner module will call
to set volume calibration level added as part of
a76401a7f595310f740fb898fbd7701353b2185e
Change-Id: I90593c89e4c51bc8b00396add7da7e2e5a96d943
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index c2805f9..779ae33 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -4135,3 +4135,9 @@
done:
return ret;
}
+
+bool platform_send_gain_dep_cal(void *platform __unused,
+ int level __unused)
+{
+ return 0;
+}