mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-release
Change-Id: I149832b0399032e2aa5dd3e66ae83a1151dea1e3
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<acdb_ids>
|
||||
<device name="SND_DEVICE_OUT_SPEAKER" acdb_id="15"/>
|
||||
<device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="14"/>
|
||||
<device name="SND_DEVICE_OUT_VOICE_MUSIC_TX" acdb_id="3"/>
|
||||
<device name="SND_DEVICE_OUT_VOICE_SPEAKER_HFP" acdb_id="14"/>
|
||||
<device name="SND_DEVICE_IN_VOICE_REC_MIC" acdb_id="41"/>
|
||||
<device name="SND_DEVICE_OUT_VOICE_HAC_HANDSET" acdb_id="201"/>
|
||||
|
||||
@@ -10,11 +10,11 @@ on late-fs
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
# end boot time fs tune
|
||||
write /sys/block/sda/queue/read_ahead_kb 1024
|
||||
write /sys/block/sda/queue/read_ahead_kb 128
|
||||
write /sys/block/sda/queue/nr_requests 128
|
||||
write /sys/block/sda/queue/iostats 1
|
||||
write /sys/block/dm-0/queue/read_ahead_kb 512
|
||||
write /sys/block/dm-1/queue/read_ahead_kb 512
|
||||
write /sys/block/dm-0/queue/read_ahead_kb 128
|
||||
write /sys/block/dm-1/queue/read_ahead_kb 128
|
||||
|
||||
on property:sys.boot_completed=1 && property:ro.build.type=user
|
||||
write /proc/sys/kernel/modules_disabled 1
|
||||
|
||||
@@ -2215,4 +2215,7 @@
|
||||
<path name="incall-music-uplink" />
|
||||
</path>
|
||||
|
||||
<path name ="voice-music-tx">
|
||||
</path>
|
||||
|
||||
</mixer>
|
||||
|
||||
@@ -179,9 +179,9 @@
|
||||
<item>8</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR requirements
|
||||
during voice calls -->
|
||||
<bool translatable="false" name="config_wifi_framework_enable_voice_call_sar_tx_power_limit">true</bool>
|
||||
<!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR
|
||||
requirements -->
|
||||
<bool translatable="false" name="config_wifi_framework_enable_sar_tx_power_limit">true</bool>
|
||||
|
||||
<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
|
||||
<bool name="config_displayBlanksAfterDoze">true</bool>
|
||||
|
||||
Reference in New Issue
Block a user