Snap for 7772614 from 0480b01b6728f4a7db53377cbf48e2c5ae7fbd1e to tm-release
Change-Id: I534a3303dade28342cc5cc037f5ffec474cd7edc
This commit is contained in:
commit
35e4071efb
6 changed files with 6 additions and 2 deletions
Binary file not shown.
|
@ -234,6 +234,8 @@
|
||||||
<param name="attackTime_ms" size="4" type="float"/>
|
<param name="attackTime_ms" size="4" type="float"/>
|
||||||
<param name="releaseTime_ms" size="4" type="float"/>
|
<param name="releaseTime_ms" size="4" type="float"/>
|
||||||
<param name="hysteresis" size="4" type="float"/>
|
<param name="hysteresis" size="4" type="float"/>
|
||||||
|
<param default="0" max="1" min="0" name="rms_manual_enable" type="uint32"/>
|
||||||
|
<param default="0" max="2" min="0" name="rms_channel" type="uint32"/>
|
||||||
</struct>
|
</struct>
|
||||||
<struct id="17">
|
<struct id="17">
|
||||||
<param max="30" min="-30" name="limiter_gain_dB" type="float"/>
|
<param max="30" min="-30" name="limiter_gain_dB" type="float"/>
|
||||||
|
|
Binary file not shown.
|
@ -234,6 +234,8 @@
|
||||||
<param name="attackTime_ms" size="4" type="float"/>
|
<param name="attackTime_ms" size="4" type="float"/>
|
||||||
<param name="releaseTime_ms" size="4" type="float"/>
|
<param name="releaseTime_ms" size="4" type="float"/>
|
||||||
<param name="hysteresis" size="4" type="float"/>
|
<param name="hysteresis" size="4" type="float"/>
|
||||||
|
<param default="0" max="1" min="0" name="rms_manual_enable" type="uint32"/>
|
||||||
|
<param default="0" max="2" min="0" name="rms_channel" type="uint32"/>
|
||||||
</struct>
|
</struct>
|
||||||
<struct id="17">
|
<struct id="17">
|
||||||
<param max="30" min="-30" name="limiter_gain_dB" type="float"/>
|
<param max="30" min="-30" name="limiter_gain_dB" type="float"/>
|
||||||
|
|
|
@ -171,7 +171,7 @@ endif
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=2
|
ro.vendor.build.svn=4
|
||||||
|
|
||||||
# Hide cutout overlays
|
# Hide cutout overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -173,7 +173,7 @@ endif
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=2
|
ro.vendor.build.svn=4
|
||||||
|
|
||||||
# Hide cutout overlays
|
# Hide cutout overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue