hal: Fixes for initalizing audio_extn features
1) Fixes for initializing audio_extn features such as speaker_prot,
fm,etc.
2) Runtime detection using vndk_fwkdetect lib has been
changed to dynamic loading instead of static linking
Change-Id: I4deef5e9ffefc17e427ecf5a271ed7bcd18dbb0f
diff --git a/hal/ahal_config_helper.h b/hal/ahal_config_helper.h
index 6e19bfa..32f575c 100644
--- a/hal/ahal_config_helper.h
+++ b/hal/ahal_config_helper.h
@@ -46,6 +46,12 @@
bool fluence_enabled;
bool custom_stereo_enabled;
bool anc_headset_enabled;
+ bool spkr_prot_enabled;
+ bool fm_power_opt_enabled;
+ bool ext_qdsp_enabled;
+ bool ext_spkr_enabled;
+ bool ext_spkr_tfa_enabled;
+ bool hwdep_cal_enabled;
bool dsm_feedback_enabled;
bool usb_offload_enabled;
bool usb_offload_burst_mode;