diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-11 16:42:02 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-11 16:42:02 +0000 |
commit | e65753d603a162d26afb557f3232694550372060 (patch) | |
tree | 1a793fd85beb53915e680e7b9d0bda6c8c0167b5 /configs | |
parent | 10624d6ec3acb9ff72a1e56c3ae5ee89dac9d454 (diff) | |
download | device_samsung_i9305-e65753d603a162d26afb557f3232694550372060.zip device_samsung_i9305-e65753d603a162d26afb557f3232694550372060.tar.gz device_samsung_i9305-e65753d603a162d26afb557f3232694550372060.tar.bz2 |
audio: remove invalid mic controls
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tiny_hw.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index 365f5d1..f183416 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -265,7 +265,6 @@ We are able to have most of our routing static so do that <device name="builtin-mic"> <path name="on"> <ctl name="Main Mic Switch" val="1"/> - <ctl name="MainMicBias Mode" val="1"/> <ctl name="IN2L Volume" val="22"/> <ctl name="MIXINL IN2L Switch" val="1"/> <ctl name="MIXINL IN2L Volume" val="1"/> @@ -276,7 +275,6 @@ We are able to have most of our routing static so do that </path> <path name="off"> <ctl name="Main Mic Switch" val="0"/> - <ctl name="MainMicBias Mode" val="0"/> <ctl name="MIXINL IN2L Switch" val="0"/> <ctl name="MIXINL IN2L Volume" val="0"/> <ctl name="IN2L Volume" val="10"/> @@ -285,7 +283,6 @@ We are able to have most of our routing static so do that <device name="back-mic"> <path name="on"> <ctl name="Sub Mic Switch" val="1"/> - <ctl name="SubMicBias Mode" val="1"/> <ctl name="IN1R Volume" val="22"/> <ctl name="MIXINR IN1R Switch" val="1"/> <ctl name="MIXINR IN1R Volume" val="1"/> @@ -296,7 +293,6 @@ We are able to have most of our routing static so do that </path> <path name="off"> <ctl name="Sub Mic Switch" val="0"/> - <ctl name="SubMicBias Mode" val="0"/> <ctl name="MIXINR IN1R Switch" val="0"/> <ctl name="IN1R Volume" val="10"/> </path> |