hal: add support for hfp on qcs610 platform
Add qcs610 platform specific pcm device id and
sco device id to support hfp with
dual asm loopback.
Change-Id: Ifb755cbd1a57e4680da798c1d04ce4597e6182cf
diff --git a/configure.ac b/configure.ac
index 2103efd..d2692c7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,14 @@
[TARGET_SUPPORT=none]
)
+AC_ARG_WITH(hal-path,
+ AS_HELP_STRING([--with-hal-path=DIR], [Specify the HAL modules location in run time]),
+ [HAL_PATH="$withval"],
+ [HAL_PATH="no"])
+
+AM_CONDITIONAL([HAL_PATH_SPECIFIED], [test "x${HAL_PATH}" != "xno"])
+AC_SUBST(HAL_PATH)
+
if (test "x${with_glib}" = "xyes"); then
PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= 2.16, dummy=yes,
AC_MSG_ERROR(GThread >= 2.16 is required))