hal: audio_extn: update start of voice_extn features
Update the start of the voice_extn features in the extn
features list. Compress metadata feature is skipped over
otherwise.
CRs-Fixed: 2416677
Change-Id: Iddb59dc55c0370e0ccaace1c6bbfd6dc9ac271e3
diff --git a/hal/audio_extn/audio_feature_manager.h b/hal/audio_extn/audio_feature_manager.h
index 5e84db0..7eb9558 100644
--- a/hal/audio_extn/audio_feature_manager.h
+++ b/hal/audio_extn/audio_feature_manager.h
@@ -62,8 +62,8 @@
EXTERNAL_SPEAKER_TFA,
HWDEP_CAL,
COMPRESS_METADATA_NEEDED,
- VOICE_START = COMPRESS_METADATA_NEEDED,
COMPRESS_VOIP,
+ VOICE_START = COMPRESS_VOIP,
DYNAMIC_ECNS,
MAX_SUPPORTED_FEATURE
};