hal: enable form factor based configuration
- for 8996 enable form factor based mixer path configuration
Change-Id: Ib3cc1bdb2b0427c9d98cfaa9cbae21b91dc38bd2
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index 0ffe8a9..b2d4e04 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -1087,3 +1087,12 @@
{
return true;
}
+
+int platform_get_snd_device_name_extn(void *platform __unused,
+ snd_device_t snd_device,
+ char *device_name)
+{
+ device_name = platform_get_snd_device_name(snd_device);
+ return 0;
+}
+