diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-12 17:35:39 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-12 17:35:39 +0100 |
commit | 6b052a3eae609f4ff29c6b1f210feafc4fab5981 (patch) | |
tree | 525b5a121f549099eee668c34b8f96eafc40063b /configs | |
parent | 0f76bcf71b2e6a8678003ffcc27d368c1f13326e (diff) | |
download | device_samsung_i9300-6b052a3eae609f4ff29c6b1f210feafc4fab5981.zip device_samsung_i9300-6b052a3eae609f4ff29c6b1f210feafc4fab5981.tar.gz device_samsung_i9300-6b052a3eae609f4ff29c6b1f210feafc4fab5981.tar.bz2 |
i9300: enable SPKL Boost SPKR Switch on boot
Users sometimes reporting that there's no incall audio straight after a boot with phone being set to silent.
After playing a touch sound it seems to work. SPKL Boost SPKR Switch is the only difference.
Change-Id: I49e00eddc5f0bc2ac2f468cd99d153a0087547dc
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tiny_hw.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index 59be21d..261693a 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -37,7 +37,7 @@ We are able to have most of our routing static so do that <ctl name="SPKL DAC1 Switch" val="1"/> <ctl name="SPKR DAC1 Switch" val="1"/> <ctl name="SPKL Boost SPKL Switch" val="1"/> - <ctl name="SPKL Boost SPKR Switch" val="0"/> + <ctl name="SPKL Boost SPKR Switch" val="1"/> <ctl name="SPKR Boost SPKL Switch" val="0"/> <ctl name="SPKR Boost SPKR Switch" val="1"/> <ctl name="Speaker Mixer Volume" val="3"/> |