audio: qahw_effect_api: test app covering all effects

Complete test app to support all effects including equalizer, bassboost,
virtualizer, reverb and audiosphere.

CRs-Fixed: 1081403
Change-Id: I1361164ae400546e20d50bf8a2faa5e3094a1b11
diff --git a/hal/audio_extn/gef.c b/hal/audio_extn/gef.c
index dc5fbca..6f001c9 100644
--- a/hal/audio_extn/gef.c
+++ b/hal/audio_extn/gef.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -49,7 +49,11 @@
 
 #ifdef AUDIO_GENERIC_EFFECT_FRAMEWORK_ENABLED
 
+#if LINUX_ENABLED
+#define GEF_LIBRARY "/usr/lib/libqtigef.so"
+#else
 #define GEF_LIBRARY "/system/vendor/lib/libqtigef.so"
+#endif
 
 typedef void* (*gef_init_t)(void*);
 typedef void (*gef_device_config_cb_t)(void*, audio_devices_t,