haptics: Update output distortion gain

Recommended output distortion gain is 0.29.

Bug: 328799172
Test: getprop | grep hapticgenerator
Flag: EXEMPT bugfix
Change-Id: I4b26ee5ccd31c976693a0a1eeed8a36e16e7111f
This commit is contained in:
Chris Paulo 2024-07-19 12:25:00 -07:00
parent 15b371b0ed
commit 28166a0295

View file

@ -332,6 +332,10 @@ PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.vibrator.hal.context.cooldowntime=1600 \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \
persist.vendor.vibrator.hal.context.settlingtime=5000 persist.vendor.vibrator.hal.context.settlingtime=5000
# Override Output Distortion Gain
PRODUCT_VENDOR_PROPERTIES += \
vendor.audio.hapticgenerator.distortion.output.gain=0.29
# Setup Wizard device-specific settings # Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow=true setupwizard.feature.enable_quick_start_flow=true