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 /rootdir | |
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
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 7 |
1 files changed, 0 insertions, 7 deletions
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 |