sdm660-common: Disable AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE

We're not using perfd so this is useless.
log error:
E/audio_hw_extn(704): audio_extn_perf_lock_acquire: Failed to acquire perf lock, err: -1
E/audio_hw_extn(704): audio_extn_perf_lock_release: Perf lock release error

Change-Id: I574bf2f8d83dfa34a13a77fa1cd241ae54d956cb
This commit is contained in:
Bruno Rocha 2020-01-27 15:55:32 +00:00 committed by OdSazib
parent 47fa44a672
commit f8c033af7f
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -90,7 +90,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.feature.incall_music.enable=false \
vendor.audio.feature.multi_voice_session.enable=true \
vendor.audio.feature.keep_alive.enable=false \
vendor.audio.feature.kpi_optimize.enable=true \
vendor.audio.feature.kpi_optimize.enable=false \
vendor.audio.feature.maxx_audio.enable=false \
vendor.audio.feature.ras.enable=false \
vendor.audio.feature.record_play_concurency.enable=false \