* Drop light hal and recovery scripts. * All configs updated from fogos U1UG34M.23-82-2 build. Change-Id: Ia889f2af05ec08937a3d64954c40e7e24d9a6025
99 lines
3.5 KiB
XML
99 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Default Volume Tables included by Audio Policy Configuration file -->
|
|
<!-- Full Default Volume table for all device category -->
|
|
<volumes>
|
|
<reference name="FULL_SCALE_VOLUME_CURVE">
|
|
<!-- Full Scale reference Volume Curve -->
|
|
<point>0,0</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="SILENT_VOLUME_CURVE">
|
|
<point>0,-9600</point>
|
|
<point>100,-9600</point>
|
|
</reference>
|
|
<reference name="SONIFICATION_CATEGORY_EXT_MEDIA_VOLUME_CURVE">
|
|
<!-- Ext Media Sonification reference Volume Curve -->
|
|
<point>1,-4800</point>
|
|
<point>20,-4000</point>
|
|
<point>60,-2100</point>
|
|
<point>100,-1000</point>
|
|
</reference>
|
|
<reference name="SONIFICATION_CATEGORY_SPEAKER_VOLUME_CURVE">
|
|
<!-- Speaker Sonification reference Volume Curve -->
|
|
<point>1,-3900</point>
|
|
<point>33,-2600</point>
|
|
<point>66,-1300</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="NOTIFICATION_CATEGORY_SPEAKER_VOLUME_CURVE">
|
|
<!-- Speaker Sonification reference Volume Curve -->
|
|
<point>1,-5300</point>
|
|
<point>33,-2990</point>
|
|
<point>66,-1800</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_SYSTEM_VOLUME_CURVE">
|
|
<!-- Default System reference Volume Curve -->
|
|
<point>1,-3800</point>
|
|
<point>33,-3300</point>
|
|
<point>66,-2800</point>
|
|
<point>100,-1300</point>
|
|
</reference>
|
|
<reference name="DEFAULT_MEDIA_VOLUME_CURVE">
|
|
<!-- Default Media reference Volume Curve -->
|
|
<point>1,-4800</point>
|
|
<point>34,-3200</point>
|
|
<point>67,-1600</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_VOICE_VOLUME_CURVE">
|
|
<!-- Default Voice reference Volume Curve -->
|
|
<point>0,-2100</point>
|
|
<point>33,-1400</point>
|
|
<point>66,-700</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE">
|
|
<!--Default Volume Curve -->
|
|
<point>1,-4950</point>
|
|
<point>33,-3350</point>
|
|
<point>66,-1700</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE">
|
|
<!-- Default is Speaker Media Volume Curve -->
|
|
<point>1,-5800</point>
|
|
<point>33,-3000</point>
|
|
<point>66,-1400</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE">
|
|
<!--Default Volume Curve -->
|
|
<point>1,-4950</point>
|
|
<point>33,-3350</point>
|
|
<point>66,-1700</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE">
|
|
<!-- Default is Ext Media System Volume Curve -->
|
|
<point>1,-5800</point>
|
|
<point>20,-4000</point>
|
|
<point>60,-2100</point>
|
|
<point>100,-1000</point>
|
|
</reference>
|
|
<reference name="DEFAULT_HEARING_AID_VOLUME_CURVE">
|
|
<!-- Default Hearing Aid Volume Curve -->
|
|
<point>1,-12700</point>
|
|
<point>20,-8000</point>
|
|
<point>60,-4000</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
<reference name="DEFAULT_NON_MUTABLE_HEARING_AID_VOLUME_CURVE">
|
|
<!-- Default non-mutable Hearing Aid Volume Curve -->
|
|
<!-- based on DEFAULT_HEARING_AID_VOLUME_CURVE -->
|
|
<point>0,-12700</point>
|
|
<point>20,-8000</point>
|
|
<point>60,-4000</point>
|
|
<point>100,0</point>
|
|
</reference>
|
|
</volumes>
|