From 32ed0f56bc77bf5817e5cdc9d40f7a4082cc9544 Mon Sep 17 00:00:00 2001 From: Dheeraj CVR Date: Mon, 24 Mar 2014 09:11:31 +0530 Subject: smdk4412-common: audio: remove old workaround for call audio issues Recent commits to audio routing have fixed the first call microphone issues and this hacky workaround is no longer required. Change-Id: I90ae0f20b4f7f734135fb3fae41eae0fe3289aa5 --- audio/silence.wav | Bin 326686 -> 0 bytes common.mk | 3 +-- rootdir/init.smdk4x12.rc | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 audio/silence.wav diff --git a/audio/silence.wav b/audio/silence.wav deleted file mode 100644 index 5fe31d2..0000000 Binary files a/audio/silence.wav and /dev/null differ diff --git a/common.mk b/common.mk index a8d8072..1a87d7b 100644 --- a/common.mk +++ b/common.mk @@ -37,8 +37,7 @@ PRODUCT_COPY_FILES := \ # Audio PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/audio_effects.conf:system/etc/audio_effects.conf \ - $(COMMON_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \ - $(COMMON_PATH)/audio/silence.wav:system/etc/sound/silence.wav + $(COMMON_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf # Camera FW PRODUCT_COPY_FILES += \ diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index aa6e570..25012b1 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -500,10 +500,3 @@ service iprenew_bt-pan /system/bin/dhcpcd -n service macloader /system/bin/macloader class main oneshot - -# Workaround for broken incall audio -service bootsnd /system/bin/tinyplay /system/etc/sound/silence.wav -D 0 -d 0 -p 880 - class late_start - user root - group audio - oneshot -- cgit v1.1