Initial Android target definition for trinket
Initial Android target definition for trinket
configuration files.
Change-Id: Ie1761dff7235a6625ebf4c378596c944a67d66ef
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index 613d7ba..444fc57 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -87,7 +87,7 @@
#if defined (PLATFORM_MSM8998) || (PLATFORM_SDM845) || (PLATFORM_SDM710) || \
defined (PLATFORM_QCS605) || defined (PLATFORM_MSMNILE) || \
defined (PLATFORM_KONA) || defined (PLATFORM_MSMSTEPPE) || \
- defined (PLATFORM_QCS405)
+ defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET)
#include <sound/devdep_params.h>
#endif
@@ -9307,8 +9307,7 @@
#if defined (PLATFORM_MSM8998) || (PLATFORM_SDM845) || (PLATFORM_SDM710) || \
defined (PLATFORM_QCS605) || defined (PLATFORM_MSMNILE) || \
defined (PLATFORM_KONA) || defined (PLATFORM_MSMSTEPPE) || \
- defined (PLATFORM_QCS405)
-
+ defined (PLATFORM_QCS405) || defined (PLATFORM_TRINKET)
int platform_get_mmap_data_fd(void *platform, int fe_dev, int dir, int *fd,
uint32_t *size)
{