sm8250-common: Remove QTI BT stack bits
Change-Id: Ice6c2b0735aa7cb4b2e638a794c778883e706c97
This commit is contained in:
@@ -413,27 +413,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<!-- A2DP Audio HAL -->
|
<!-- A2DP Input Audio HAL -->
|
||||||
<module name="a2dp" halVersion="2.0">
|
<xi:include href="/vendor/etc/a2dp_in_audio_policy_configuration.xml"/>
|
||||||
<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 -->
|
<!-- Usb Audio HAL -->
|
||||||
<module name="usb" halVersion="2.0">
|
<module name="usb" halVersion="2.0">
|
||||||
@@ -459,7 +440,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<xi:include href="/vendor/etc/r_submix_audio_policy_configuration.xml"/>
|
<xi:include href="/vendor/etc/r_submix_audio_policy_configuration.xml"/>
|
||||||
|
|
||||||
<!-- Bluetooth Audio HAL for hearing aid -->
|
<!-- Bluetooth Audio HAL for hearing aid -->
|
||||||
<xi:include href="/vendor/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml"/>
|
<xi:include href="/vendor/etc/bluetooth_hearing_aid_audio_policy_configuration.xml"/>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
<!-- End of Modules section -->
|
<!-- End of Modules section -->
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Bluetooth Audio HAL Audio Policy Configuration file -->
|
<!-- Bluetooth Audio HAL Audio Policy Configuration file -->
|
||||||
<module name="bluetooth_qti" halVersion="2.0">
|
<module name="bluetooth" halVersion="2.0">
|
||||||
<mixPorts>
|
<mixPorts>
|
||||||
<!-- Hearing AIDs Audio Ports -->
|
<!-- Hearing AIDs Audio Ports -->
|
||||||
<mixPort name="hearing aid output" role="source">
|
<mixPort name="hearing aid output" role="source">
|
||||||
@@ -72,9 +72,10 @@ PRODUCT_COPY_FILES += \
|
|||||||
$(AUDIO_HAL_DIR)/configs/kona/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
|
$(AUDIO_HAL_DIR)/configs/kona/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
|
||||||
$(LOCAL_PATH)/audio/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \
|
$(LOCAL_PATH)/audio/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \
|
||||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
||||||
$(LOCAL_PATH)/audio/bluetooth_qti_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml
|
$(LOCAL_PATH)/audio/bluetooth_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_hearing_aid_audio_policy_configuration.xml
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
|
||||||
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
||||||
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
|
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
|
||||||
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
|
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so
|
|||||||
vendor/lib64/libbtnv.so
|
vendor/lib64/libbtnv.so
|
||||||
|
|
||||||
# Bluetooth (A2DP)
|
# Bluetooth (A2DP)
|
||||||
vendor/lib/hw/audio.bluetooth_qti.default.so
|
|
||||||
vendor/lib/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so
|
vendor/lib/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so
|
||||||
vendor/lib/hw/vendor.qti.hardware.bluetooth_audio@2.1-impl.so
|
vendor/lib/hw/vendor.qti.hardware.bluetooth_audio@2.1-impl.so
|
||||||
vendor/lib/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so
|
vendor/lib/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so
|
||||||
@@ -105,7 +104,6 @@ vendor/lib/libbluetooth_audio_session_qti.so
|
|||||||
vendor/lib/libbluetooth_audio_session_qti_2_1.so
|
vendor/lib/libbluetooth_audio_session_qti_2_1.so
|
||||||
vendor/lib/vendor.qti.hardware.bluetooth_sar@1.0.so
|
vendor/lib/vendor.qti.hardware.bluetooth_sar@1.0.so
|
||||||
vendor/lib/vendor.qti.hardware.bluetooth_sar@1.1.so
|
vendor/lib/vendor.qti.hardware.bluetooth_sar@1.1.so
|
||||||
vendor/lib64/hw/audio.bluetooth_qti.default.so
|
|
||||||
vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so
|
vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so
|
||||||
vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.1-impl.so
|
vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.1-impl.so
|
||||||
vendor/lib64/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so
|
vendor/lib64/hw/vendor.qti.hardware.bluetooth_sar@1.1-impl.so
|
||||||
|
|||||||
@@ -117,10 +117,6 @@ persist.bluetooth.a2dp_offload.disabled=false
|
|||||||
persist.vendor.bluetooth.modem_nv_support=true
|
persist.vendor.bluetooth.modem_nv_support=true
|
||||||
persist.vendor.bt.aac_frm_ctl.enabled=true
|
persist.vendor.bt.aac_frm_ctl.enabled=true
|
||||||
persist.vendor.bt.aac_vbr_frm_ctl.enabled=true
|
persist.vendor.bt.aac_vbr_frm_ctl.enabled=true
|
||||||
persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac-aptxadaptiver2
|
|
||||||
persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true
|
|
||||||
persist.vendor.qcom.bluetooth.aac_vbr_ctl.enabled=true
|
|
||||||
persist.vendor.qcom.bluetooth.enable.splita2dp=true
|
|
||||||
persist.vendor.qcom.bluetooth.soc=hastings
|
persist.vendor.qcom.bluetooth.soc=hastings
|
||||||
ro.bluetooth.a2dp_offload.supported=true
|
ro.bluetooth.a2dp_offload.supported=true
|
||||||
ro.vendor.bluetooth.wipower=false
|
ro.vendor.bluetooth.wipower=false
|
||||||
|
|||||||
Reference in New Issue
Block a user