sdm660-common: Disable unsupported audio features

* Observing logcat, these features depend on proprietary
  libraries that are not available for us and they are
  automatically disabled. Disable them here so that
  audio HAL doesn't attempt to enable them.
This commit is contained in:
Michael Bestas 2019-12-05 23:58:22 +02:00 committed by Max Weffers
parent aa0b44f00b
commit bb65017838
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -78,9 +78,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.feature.external_speaker_tfa.enable=false \
vendor.audio.feature.fluence.enable=true \
vendor.audio.feature.fm.enable=true \
vendor.audio.feature.hdmi_edid.enable=true \
vendor.audio.feature.hdmi_edid.enable=false \
vendor.audio.feature.hdmi_passthrough.enable=false \
vendor.audio.feature.hfp.enable=true \
vendor.audio.feature.hfp.enable=false \
vendor.audio.feature.hifi_audio.enable=true \
vendor.audio.feature.hwdep_cal.enable=false \
vendor.audio.feature.incall_music.enable=false \
@ -91,7 +91,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.feature.ras.enable=false \
vendor.audio.feature.record_play_concurency.enable=false \
vendor.audio.feature.src_trkn.enable=true \
vendor.audio.feature.spkr_prot.enable=true \
vendor.audio.feature.spkr_prot.enable=false \
vendor.audio.feature.ssrec.enable=false \
vendor.audio.feature.usb_offload.enable=false \
vendor.audio.feature.usb_offload_burst_mode.enable=false \