mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 15:51:28 +00:00
audio: update audio table
Change list: [audio_policy_volumes] Fine-tune volume step in music mode to meet speaker tuning. [audio_platform_info_tavil] Fine-tune volume listener. [mixer_paths_tavil] Add acoustic shock function for user safety. Bug: 62825740 Test: audio sanity test Change-Id: I2457289fcf55c66b9192df565f2580e3ce26b969 Signed-off-by: vincent_tew <vincent_tew@htc.com>
This commit is contained in:
@@ -105,9 +105,9 @@
|
||||
</backend_names>
|
||||
<gain_db_to_level_mapping>
|
||||
<gain_level_map db="-70" level="4"/>
|
||||
<gain_level_map db="-6.6" level="3"/>
|
||||
<gain_level_map db="-4.5" level="2"/>
|
||||
<gain_level_map db="-2.5" level="1"/>
|
||||
<gain_level_map db="-12.5" level="3"/>
|
||||
<gain_level_map db="-7.2" level="2"/>
|
||||
<gain_level_map db="-3.6" level="1"/>
|
||||
<gain_level_map db="0" level="0"/>
|
||||
</gain_db_to_level_mapping>
|
||||
<app_types>
|
||||
|
||||
@@ -75,9 +75,13 @@ volume index from 0 to 100.
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||
<point>1,-5380</point>
|
||||
<point>53,-1460,-</point>
|
||||
<point>93,-210</point>
|
||||
<point>1,-5500</point>
|
||||
<point>53,-2130</point>
|
||||
<point>60,-1950</point>
|
||||
<point>73,-1600</point>
|
||||
<point>80,-1200</point>
|
||||
<point>86,-680</point>
|
||||
<point>93,-340</point>
|
||||
<point>100,0</point>
|
||||
</volume>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||
|
||||
@@ -1475,6 +1475,8 @@
|
||||
|
||||
<path name="speaker-safe">
|
||||
<path name="speaker" />
|
||||
<ctl name="Stereo Configuration" value="8"/>
|
||||
<ctl name="QUAT_MI2S_RX Channels" value="One"/>
|
||||
</path>
|
||||
|
||||
<path name="speaker-reverse">
|
||||
|
||||
Reference in New Issue
Block a user