From f8b76af3a3da4708c6270965026dfc5b46aae66c Mon Sep 17 00:00:00 2001 From: sbrissen Date: Sat, 22 Feb 2014 16:40:16 -0500 Subject: 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 --- audio/audio_hw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/audio_hw.h') 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, }, -- cgit v1.2.3