Snap for 7806961 from 9c8da14231085a9bf75a210625c78afe5654c5ff to sc-v2-release
Change-Id: I8806efac5619d9f9d237c14e2dc301235756f028
This commit is contained in:
commit
e36e11e18b
5 changed files with 10 additions and 5 deletions
|
@ -90,7 +90,7 @@ volume index from 0 to 100.
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||||
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||||
<point>1,-3600</point>
|
<point>0,-4800</point>
|
||||||
<point>33,-2400</point>
|
<point>33,-2400</point>
|
||||||
<point>66,-1200</point>
|
<point>66,-1200</point>
|
||||||
<point>100,0</point>
|
<point>100,0</point>
|
||||||
|
|
|
@ -94,7 +94,7 @@ volume index from 0 to 100.
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||||
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||||
<point>1,-3600</point>
|
<point>0,-5200</point>
|
||||||
<point>33,-2400</point>
|
<point>33,-2400</point>
|
||||||
<point>66,-1200</point>
|
<point>66,-1200</point>
|
||||||
<point>100,0</point>
|
<point>100,0</point>
|
||||||
|
|
|
@ -52,6 +52,3 @@ on post-fs-data
|
||||||
|
|
||||||
on property:ro.revision=PROTO1.0
|
on property:ro.revision=PROTO1.0
|
||||||
setprop persist.fingerprint.ghbm true
|
setprop persist.fingerprint.ghbm true
|
||||||
|
|
||||||
on late-fs
|
|
||||||
setprop vendor.zram.size 3GB
|
|
||||||
|
|
|
@ -204,3 +204,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Override default distortion output gain according to UX experiments
|
# Override default distortion output gain according to UX experiments
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||||
|
|
||||||
|
# Set zram size
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.zram.size=3g
|
||||||
|
|
|
@ -210,3 +210,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Override default distortion output gain according to UX experiments
|
# Override default distortion output gain according to UX experiments
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||||
|
|
||||||
|
# Set zram size
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
vendor.zram.size=3g
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue