diff options
| author | sbrissen <sbrissen@hotmail.com> | 2014-03-04 09:48:49 -0500 |
|---|---|---|
| committer | sbrissen <sbrissen@hotmail.com> | 2014-03-04 09:48:49 -0500 |
| commit | 58917629a18de7c788493fdfe9f61005f1a11e63 (patch) | |
| tree | fd4690ae7888d0d23b24e21e0b307d699c2f46fe | |
| parent | 3aa03e8957cf198cc168a7a9fbe1a28efc2d9ec8 (diff) | |
| download | device_samsung_t0lte-58917629a18de7c788493fdfe9f61005f1a11e63.tar.gz device_samsung_t0lte-58917629a18de7c788493fdfe9f61005f1a11e63.tar.bz2 device_samsung_t0lte-58917629a18de7c788493fdfe9f61005f1a11e63.zip | |
t0lte: partial revert of audio boost
- revert headset audio level
- drop speaker boost down a notch
Change-Id: Ic187a632e1519c88bb0bf2d4b536766a5ee9ab71
| -rw-r--r-- | audio/audio_hw.h | 2 | ||||
| -rw-r--r-- | configs/tiny_hw.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index a02360f..982e2d6 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 = 28, }, + { .ctl_name = "IN1L Volume", .intval = 18, }, { .ctl_name = "MIXINL IN1L Switch", .intval = 1, }, { .ctl_name = "MIXINL IN1L Volume", .intval = 0, }, { .ctl_name = "AIF1ADC1 HPF Mode", .intval = 1, }, diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index 72d2b94..539744d 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -131,7 +131,7 @@ We are able to have most of our routing static so do that <ctl name="SPKL DAC1 Volume" val="1"/> <ctl name="SPKR DAC1 Volume" val="1"/> <ctl name="Speaker Mixer Volume" val="3"/> - <ctl name="Speaker Boost Volume" val="7"/> + <ctl name="Speaker Boost Volume" val="6"/> <ctl name="Speaker Volume" val="57"/> <ctl name="AIF1DAC1 EQ Switch" val="1"/> <ctl name="AIF1DAC1 EQ1 Volume" val="9"/> |
