Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Audio: Disable dual-mic for now
  • Loading branch information
Fagulhas committed Dec 18, 2012
1 parent 030d859 commit e83e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -209,7 +209,7 @@
Usage: parameter=onstring=offstring
Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item> -->
<string-array name="config_telephony_set_audioparameters" translatable="false">
<item>dualmic_enabled=true=false</item>
<item>dualmic_enabled=false=false</item>
</string-array>

<!-- Hardware 'face' keys present on the device, stored as a bit field.
Expand Down

0 comments on commit e83e989

Please sign in to comment.