From a58337fd646de90ccfbf99e29e4e52eacdae2297 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sat, 21 Mar 2015 12:17:10 +0530 Subject: audio: Switch back to proprietary HAL * The open source HAL works perfect for media, but in-call audio is wonky. * Because let's rather have the phone part of our smartphones work perfectly. Change-Id: I581f2a6210115d0bdf64c44373a1bf29effeb9e8 --- BoardConfigCommon.mk | 3 --- audio/audio_platform_info.xml | 49 ------------------------------------------- proprietary-files.txt | 1 + shinano.mk | 9 -------- 4 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 audio/audio_platform_info.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e4616b9..3394082 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -31,9 +31,6 @@ TARGET_DTB_EXTRA_FLAGS := --force-v2 # ANT+ BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" -# Audio -#BOARD_AUDIO_AMPLIFIER := device/sony/shinano-common/libaudioamp - # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml deleted file mode 100644 index 821e385..0000000 --- a/audio/audio_platform_info.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proprietary-files.txt b/proprietary-files.txt index ed9befa..4dcd55b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1,4 +1,5 @@ # Audio +lib/hw/audio.primary.msm8974.so vendor/lib/libacdbloader.so vendor/lib/libacdbrtac.so vendor/lib/libadiertac.so diff --git a/shinano.mk b/shinano.mk index fc5e2b4..f515b96 100644 --- a/shinano.mk +++ b/shinano.mk @@ -58,15 +58,6 @@ PRODUCT_PACKAGES += \ com.dsi.ant.antradio_library \ libantradio -# Audio -PRODUCT_PACKAGES += \ - tfa9890_amp -# libaudioamp - -# Audio configuration -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml - # Bluetooth PRODUCT_COPY_FILES += \ $(COMMON_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf -- cgit v1.2.3