summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2014-02-22 16:40:16 -0500
committersbrissen <sbrissen@hotmail.com>2014-02-22 16:40:16 -0500
commitf8b76af3a3da4708c6270965026dfc5b46aae66c (patch)
treec5dd60629ee52ca8af9476e592b53d5b4121320a /audio/audio_hw.h
parent5bd06c5853f400dfb448f2bb7a2c0d63caa83bbe (diff)
downloaddevice_samsung_t0lte-f8b76af3a3da4708c6270965026dfc5b46aae66c.tar.gz
device_samsung_t0lte-f8b76af3a3da4708c6270965026dfc5b46aae66c.tar.bz2
device_samsung_t0lte-f8b76af3a3da4708c6270965026dfc5b46aae66c.zip
t0lte: boost audio incall
-speakerphone was being clipped, scale back the index and increase the overall boost (includes out-of-call audio) -increase the other incall outputs Change-Id: I7a9748afd5c9ace41909a02c842bda946687b9b9
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index a35fd5a..a02360f 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -228,7 +228,7 @@ struct route_setting headset_input[] = {
{ .ctl_name = "MIXINL IN2L Switch", .intval = 0, },
{ .ctl_name = "MIXINR IN1R Switch", .intval = 0, },
{ .ctl_name = "Headset Mic Switch", .intval = 1, },
- { .ctl_name = "IN1L Volume", .intval = 18, },
+ { .ctl_name = "IN1L Volume", .intval = 28, },
{ .ctl_name = "MIXINL IN1L Switch", .intval = 1, },
{ .ctl_name = "MIXINL IN1L Volume", .intval = 0, },
{ .ctl_name = "AIF1ADC1 HPF Mode", .intval = 1, },
@@ -259,8 +259,8 @@ struct route_setting bt_output[] = {
{ .ctl_name = "AIF2DAC2R Mixer AIF1.1 Switch", .intval = 1, },
{ .ctl_name = "AIF2DAC Volume", .intval = 96, },
{ .ctl_name = "MIXINL IN1L Volume", .intval = 1, },
- { .ctl_name = "IN2L Volume", .intval = 25, },
- { .ctl_name = "IN1R Volume", .intval = 25, },
+ { .ctl_name = "IN2L Volume", .intval = 28, },
+ { .ctl_name = "IN1R Volume", .intval = 28, },
{ .ctl_name = "LINEOUT1N Switch", .intval = 0, },
{ .ctl_name = "LINEOUT1P Switch", .intval = 0, },
{ .ctl_name = "AIF1ADC1 HPF Switch", .intval = 0, },