mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts28vewifi.git
synced 2024-11-07 03:25:49 +00:00
gts28vewifi: audio: update policy configuration to fix vts failure
Update default audio_policy_configuration.xml to remove configurations that are not compatible with aosp system image and are causing vts failures.
This commit is contained in:
parent
d66a942499
commit
2de66d266c
1 changed files with 5 additions and 5 deletions
|
@ -236,21 +236,21 @@
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<!-- A2dp Audio HAL -->
|
<!-- A2dp Audio HAL -->
|
||||||
<xi:include href="a2dp_audio_policy_configuration.xml"/>
|
<xi:include href="/vendor/etc/a2dp_audio_policy_configuration.xml"/>
|
||||||
|
|
||||||
<!-- Usb Audio HAL -->
|
<!-- Usb Audio HAL -->
|
||||||
<xi:include href="usb_audio_policy_configuration.xml"/>
|
<xi:include href="/vendor/etc/usb_audio_policy_configuration.xml"/>
|
||||||
|
|
||||||
<!-- Remote Submix Audio HAL -->
|
<!-- Remote Submix Audio HAL -->
|
||||||
<xi:include href="r_submix_audio_policy_configuration.xml"/>
|
<xi:include href="/vendor/etc/r_submix_audio_policy_configuration.xml"/>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
<!-- End of Modules section -->
|
<!-- End of Modules section -->
|
||||||
|
|
||||||
<!-- Volume section -->
|
<!-- Volume section -->
|
||||||
|
|
||||||
<xi:include href="audio_policy_volumes.xml"/>
|
<xi:include href="/vendor/etc/audio_policy_volumes.xml"/>
|
||||||
<xi:include href="default_volume_tables.xml"/>
|
<xi:include href="/vendor/etc/default_volume_tables.xml"/>
|
||||||
|
|
||||||
<!-- End of Volume section -->
|
<!-- End of Volume section -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue