rtwo: Remove unneeded BT A2DP configurations

We don't want these to potentially overwrite the configs we want

Change-Id: I1cdf134c63029b4f08e7c9f00cdbd9dd53af23f2
This commit is contained in:
Marc Bourgoin
2024-12-28 09:22:42 -07:00
committed by Oscar
parent e2a0eadcca
commit f1844043b9

View File

@@ -457,28 +457,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</module>
<!-- A2DP Audio HAL -->
<!-- <module name="a2dp" halVersion="2.0">
<mixPorts>
<mixPort name="a2dp input" role="sink">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="44100 48000" channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
</mixPort>
</mixPorts>
<devicePorts>
<devicePort tagName="BT A2DP In" type="AUDIO_DEVICE_IN_BLUETOOTH_A2DP" role="source">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="44100 48000" channelMasks="AUDIO_CHANNEL_IN_MONO AUDIO_CHANNEL_IN_STEREO"/>
</devicePort>
</devicePorts>
<routes>
<route type="mix" sink="a2dp input"
sources="BT A2DP In"/>
</routes>
</module> -->
<!-- Usb Audio HAL -->
<module name="usb" halVersion="2.0">
<mixPorts>
@@ -502,9 +480,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- Remote Submix Audio HAL -->
<xi:include href="/vendor/etc/r_submix_audio_policy_configuration.xml"/>
<!-- Bluetooth Audio HAL for hearing aid and LHDC codec-->
<xi:include href="/vendor/etc/bluetooth_audio_policy_configuration_7_0.xml"/>
</modules>
<!-- End of Modules section -->