hal: use version 3 as default for speaker protection
When speaker protection is enabled, version 3 should be used as default. Change-Id: Iea0fc57253bb902f0bad0c22996280e15656457d
This commit is contained in:
parent
625465f78d
commit
1cb32db055
|
@ -129,6 +129,11 @@ persist.vendor.audio.fluence.voicerec=false\
|
|||
persist.vendor.audio.fluence.speaker=true\
|
||||
persist.vendor.audio.fluence.tmic.enabled=false
|
||||
|
||||
##speaker protection v3 switch and ADSP AFE API version
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.audio.spv3.enable=true\
|
||||
persist.vendor.audio.avs.afe_api_version=2
|
||||
|
||||
#disable tunnel encoding
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
vendor.audio.tunnel.encode=false
|
||||
|
|
Loading…
Reference in New Issue