configs: qssi: disable audio hal extention feature flag

Disable audio hal extention feature flag to disable config store
which is not required now.

Change-Id: Ie06d18961e17ee8125e9b7016fbe43094d994395
diff --git a/configs/qssi/qssi.mk b/configs/qssi/qssi.mk
index 58c9615..768e2b5 100644
--- a/configs/qssi/qssi.mk
+++ b/configs/qssi/qssi.mk
@@ -30,7 +30,7 @@
 ifeq ($(filter R% r%,$(TARGET_PLATFORM_VERSION)),)
 AUDIO_FEATURE_ENABLED_3D_AUDIO := true
 endif
-AUDIO_FEATURE_ENABLED_AHAL_EXT := true
+AUDIO_FEATURE_ENABLED_AHAL_EXT := false
 DOLBY_ENABLE := false
 endif