Snap for 7974049 from f500448a79 to tm-release

Change-Id: I00be664e3bb9137f14fd0c3361b9cfc023e5363a
This commit is contained in:
Android Build Coastguard Worker 2021-12-07 02:01:45 +00:00
commit 2cc12471d2
6 changed files with 4 additions and 8 deletions

View file

@ -234,8 +234,6 @@
<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"/>
@ -275,7 +273,7 @@
<block id="137"> <block id="137">
<moduleRef id="14"/> <moduleRef id="14"/>
<moduleRef id="7"/> <moduleRef id="7"/>
<moduleRef id="32"/> <moduleRef id="8"/>
</block> </block>
</signalflow> </signalflow>
<signalflow id="1000" name="Smart Feature"> <signalflow id="1000" name="Smart Feature">

View file

@ -234,8 +234,6 @@
<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"/>
@ -275,7 +273,7 @@
<block id="137"> <block id="137">
<moduleRef id="14"/> <moduleRef id="14"/>
<moduleRef id="7"/> <moduleRef id="7"/>
<moduleRef id="32"/> <moduleRef id="8"/>
</block> </block>
</signalflow> </signalflow>
<signalflow id="1000" name="Smart Feature"> <signalflow id="1000" name="Smart Feature">

View file

@ -175,7 +175,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=13 ro.vendor.build.svn=19
# Hide cutout overlays # Hide cutout overlays
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

View file

@ -188,7 +188,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=13 ro.vendor.build.svn=19
# Hide cutout overlays # Hide cutout overlays
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \