diff --git a/configs/audio/audio_policy_configuration.xml b/configs/audio/audio_policy_configuration.xml index 5a1aa09..96d4fa5 100644 --- a/configs/audio/audio_policy_configuration.xml +++ b/configs/audio/audio_policy_configuration.xml @@ -1,516 +1,126 @@ - - - - - - - - - - - - - - + + + - - + Earpiece Speaker - Telephony Tx Built-In Mic Built-In Back Mic - FM Tuner - Telephony Rx - Echo Reference + Voice Call Mic Speaker - - + + - - + + - - + + - - - - - + + - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - + - - + + - + + + + + + Remote Submix In + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + diff --git a/device.mk b/device.mk index 23af2eb..fa373a0 100644 --- a/device.mk +++ b/device.mk @@ -65,7 +65,16 @@ PRODUCT_PACKAGES += \ libqcomvoiceprocessing \ libsndcardparser \ libvolumelistener \ - sound_trigger.primary.pineapple + sound_trigger.primary.pineapple \ + libagmmixer \ + vendor.qti.hardware.AGMIPC@1.0-impl \ + libaudiochargerlistener \ + libsoundtrigger \ + vendor.qti.hardware.pal@1.0-impl \ + android.hardware.audio.service_64 \ + pm-proxy \ + secaudiohalaidl + AUDIO_HAL_DIR := hardware/qcom-caf/sm8650/audio/primary-hal AUDIO_PAL_DIR := hardware/qcom-caf/sm8650/audio/pal @@ -137,6 +146,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ # Display PRODUCT_PACKAGES += \ + vendor.qti.hardware.display.config-V2-ndk \ android.hardware.graphics.mapper@4.0-impl-qti-display \ init.qti.display_boot.rc \ init.qti.display_boot.sh \