hal: add support for multi-copps for multiple BEs
Add support for multi-copps for multiple BEs with independent
calibration data. This allows for more accurate calibration of device
copps.
Change-Id: I2628cf16564a6cd596e7f2663063a7cd64749bdc
CRs-Fixed: 1110415
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index 0835329..c2ffd4a 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -1104,6 +1104,11 @@
return -ENOSYS;
}
+int platform_get_snd_device_backend_index(snd_device_t device)
+{
+ return -ENOSYS;
+}
+
bool platform_sound_trigger_device_needs_event(snd_device_t snd_device __unused)
{
return false;