diff options
author | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2014-03-24 09:11:31 +0530 |
---|---|---|
committer | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2014-03-24 09:12:05 +0530 |
commit | 32ed0f56bc77bf5817e5cdc9d40f7a4082cc9544 (patch) | |
tree | 3c44134ed820b35190e377873e6f31fc32d5eb22 | |
parent | 7998a46db189e42ff48dfa19e3b421402b72343e (diff) | |
download | device_samsung_smdk4412-common-32ed0f56bc77bf5817e5cdc9d40f7a4082cc9544.zip device_samsung_smdk4412-common-32ed0f56bc77bf5817e5cdc9d40f7a4082cc9544.tar.gz device_samsung_smdk4412-common-32ed0f56bc77bf5817e5cdc9d40f7a4082cc9544.tar.bz2 |
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
-rw-r--r-- | audio/silence.wav | bin | 326686 -> 0 bytes | |||
-rw-r--r-- | common.mk | 3 | ||||
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 7 |
3 files changed, 1 insertions, 9 deletions
diff --git a/audio/silence.wav b/audio/silence.wav Binary files differdeleted file mode 100644 index 5fe31d2..0000000 --- a/audio/silence.wav +++ /dev/null @@ -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 |