summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-03-06 07:52:26 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-03-06 07:52:27 -0800
commit289e09440c74a512d7fafa2e82ad106564f1c3cf (patch)
treeb5d01627f34de1430226cd66c7f538167a51aaa0
parenta5c2f1d71b8763fbbac4461429e9f72ff855de7e (diff)
parentdffb024fd5b18b04b3585fdbb6fab821d865bfac (diff)
downloaddevice_samsung_galaxys2-common-289e09440c74a512d7fafa2e82ad106564f1c3cf.zip
device_samsung_galaxys2-common-289e09440c74a512d7fafa2e82ad106564f1c3cf.tar.gz
device_samsung_galaxys2-common-289e09440c74a512d7fafa2e82ad106564f1c3cf.tar.bz2
Merge "fixed i9100 low headphones sound issue" into cm-10.1
-rw-r--r--configs/tinyalsa-audio.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/tinyalsa-audio.xml b/configs/tinyalsa-audio.xml
index 16ca0ee..c35d8f5 100644
--- a/configs/tinyalsa-audio.xml
+++ b/configs/tinyalsa-audio.xml
@@ -58,20 +58,24 @@
<device type="wired-headphone">
<path type="enable">
<ctrl name="Headphone Playback Volume" value="15" />
+ <ctrl name="HP Gain Playback Volume" value="3" />
<ctrl name="Headphone Playback Switch" value="on" />
</path>
<path type="disable">
<ctrl name="Headphone Playback Volume" value="0" />
+ <ctrl name="HP Gain Playback Volume" value="0" />
<ctrl name="Headphone Playback Switch" value="off" />
</path>
</device>
<device type="wired-headset">
<path type="enable">
<ctrl name="Headphone Playback Volume" value="15" />
+ <ctrl name="HP Gain Playback Volume" value="3" />
<ctrl name="Headphone Playback Switch" value="on" />
</path>
<path type="disable">
<ctrl name="Headphone Playback Volume" value="0" />
+ <ctrl name="HP Gain Playback Volume" value="0" />
<ctrl name="Headphone Playback Switch" value="off" />
</path>
</device>