hal: compilation fix for audio hal.
- Fix compilation of 8952 hal.
Change-Id: Ie60415eaac051ee411e0051d77465bbe1b075f93
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index 8d47a8b..c2805f9 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -3292,6 +3292,11 @@
return fragment_size;
}
+bool platform_use_small_buffer(audio_offload_info_t* info)
+{
+ return OFFLOAD_USE_SMALL_BUFFER;
+}
+
int platform_set_codec_backend_cfg(struct audio_device* adev,
unsigned int bit_width, unsigned int sample_rate)
{