summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-02-22 10:49:30 -0500
committersbrissen <sbrissen@hotmail.com>2013-02-22 10:49:30 -0500
commit0ebce3b5ee7287135fadc4846c35e4e089ef9526 (patch)
tree895d79b9045dd7e2613dcf1ab9b2fc2845af2875
parentae19adda34e67b96d32019b8f36ab16d6300b825 (diff)
downloaddevice_samsung_t0lte-0ebce3b5ee7287135fadc4846c35e4e089ef9526.tar.gz
device_samsung_t0lte-0ebce3b5ee7287135fadc4846c35e4e089ef9526.tar.bz2
device_samsung_t0lte-0ebce3b5ee7287135fadc4846c35e4e089ef9526.zip
T0lte: fix speaker not working after being on bt
Also fix headset mic volume Credits for headset fix: https://github.com/Root-Box/device_samsung_t0ltecdma/commit/4ea92cbe2a870a66a68455e1b8984138a50d9fcf Change-Id: I15863e647773b271567b3beaa2b5139931e8f6b3
-rw-r--r--configs/tiny_hw.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml
index 365f5d1..12f3183 100644
--- a/configs/tiny_hw.xml
+++ b/configs/tiny_hw.xml
@@ -211,7 +211,6 @@ We are able to have most of our routing static so do that
<path name="off">
<ctl name="AIF2DAC2L Mixer AIF1.1 Switch" val="0"/>
<ctl name="AIF2DAC2R Mixer AIF1.1 Switch" val="0"/>
- <ctl name="Speaker Mixer Volume" val="1"/>
</path>
</device>
<device name="analog-dock">
@@ -318,7 +317,7 @@ We are able to have most of our routing static so do that
<ctl name="Headset Mic Switch" val="0"/>
<ctl name="IN1L Volume" val="10"/>
<ctl name="MIXINL IN1L Switch" val="0"/>
- <ctl name="MIXINL IN1L Volume" val="0"/>
+ <ctl name="MIXINL IN1L Volume" val="1"/>
<ctl name="AIF1ADC1 HPF Mode" val="0"/>
<ctl name="AIF1ADC1 HPF Switch" val="0"/>
<ctl name="AIF1ADC1 Volume" val="96"/>