Snap for 8061476 from 228a524a67 to tm-release

Change-Id: I35a455ff11ad045d9fe44a3c539e8c9cc4e69bd9
This commit is contained in:
Android Build Coastguard Worker 2022-01-11 02:02:07 +00:00
commit fdfc4520ac
2 changed files with 14 additions and 0 deletions

View file

@ -34,6 +34,14 @@
<ctl name="EP1 TX Mixer TDM_0_TX" value="1" />
</path>
<path name="mfg-record usb-headset-mic">
<ctl name="Audio Capture Mic Source" value="USB_MIC"/>
<ctl name="USB Capture FORMAT v2" value="1" />
<ctl name="USB Config To AoC v2" value="1"/>
<ctl name="EP1 TX Mixer USB_TX" value="1"/>
<ctl name="MIC Record Soft Gain (dB)" value="0" />
</path>
<path name="mic1-status">
<ctl name="MIC0" value="1" />
</path>

View file

@ -21,3 +21,9 @@ on post-fs-data
# Ensure Camera sound is enforced audible for JP SKU
on property:ro.boot.hardware.sku=GB17L
setprop audio.camerasound.force true
# charger driver exposes now finer grain control, map demo mode to those properties
# NOTE: demo mode can only be exit wiping data (which reset the persist properties)
on property:sys.retaildemo.enabled=1
setprop persist.vendor.charge.stop.level 35
setprop persist.vendor.charge.start.level 30