diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-24 10:41:28 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-24 10:41:28 +0000 |
commit | d2db0ccf53c98c238167defb23fefc5a4ba17a9b (patch) | |
tree | 0a3dfd06e58b21239d88fba3cda9712ea82d5715 | |
parent | 40970e79a57b4ed279cbe81be3a149ab4670950b (diff) | |
download | device_samsung_i9305-d2db0ccf53c98c238167defb23fefc5a4ba17a9b.zip device_samsung_i9305-d2db0ccf53c98c238167defb23fefc5a4ba17a9b.tar.gz device_samsung_i9305-d2db0ccf53c98c238167defb23fefc5a4ba17a9b.tar.bz2 |
i9305: audio fixes
-rw-r--r-- | configs/tiny_hw.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index f183416..1f3afb4 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"> @@ -314,7 +313,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"/> |