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:
parent
47fa44a672
commit
f8c033af7f
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue