sdm845-common: Media volume: from 15 to 25 steps
Test: play media, use all 25 vol steps and observe varying attenuation Bug: 32195657 Change-Id: I7ac87df0b2b15de3a7bb87e739bd88ef7b185236
This commit is contained in:
parent
047997a3be
commit
9ab37ec48d
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
audio.offload.min.duration.secs=30 \
|
audio.offload.min.duration.secs=30 \
|
||||||
persist.vendor.audio.hac.enable=false \
|
persist.vendor.audio.hac.enable=false \
|
||||||
persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24
|
persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24 \
|
||||||
|
ro.config.media_vol_steps=25
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Reference in a new issue