diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-04-13 00:16:48 +0000 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-04-13 00:16:48 +0000 |
commit | 02cb2585b1f0415e35623a284ef843ffedccd4ad (patch) | |
tree | f7ca8344fdf75826b3cf5dac0b725786f5f0a67f /audio | |
parent | a7483df74c6683a04bd77090b2ab4b6b1eab1448 (diff) | |
download | device_samsung_p3100-02cb2585b1f0415e35623a284ef843ffedccd4ad.zip device_samsung_p3100-02cb2585b1f0415e35623a284ef843ffedccd4ad.tar.gz device_samsung_p3100-02cb2585b1f0415e35623a284ef843ffedccd4ad.tar.bz2 |
p31xx: fix incall headset mic
Change-Id: I984d6d4d4f669adcab1d62c9b939587bb989faf3
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio_hw.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index dfeef02..ee52ca9 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -154,12 +154,15 @@ struct route_setting headset_input[] = { { .ctl_name = "AIF2DAC2L Mixer AIF2 Switch", .intval = 0, }, { .ctl_name = "AIF2DAC2R Mixer AIF2 Switch", .intval = 0, }, { .ctl_name = "Headphone ZC Switch", .intval = 0, }, - { .ctl_name = "AIF1DAC1 Volume", .intval = 60, }, + { .ctl_name = "AIF1DAC1 Volume", .intval = 110, }, { .ctl_name = "AIF2DAC Volume", .intval = 96, }, { .ctl_name = "AIF1 Boost Volume", .intval = 0, }, { .ctl_name = "AIF2 Boost Volume", .intval = 0, }, { .ctl_name = "DAC1 Volume", .intval = 96, }, { .ctl_name = "Headphone Volume", .intval = 54, }, + { .ctl_name = "MIXINR IN1R Switch", .intval = 1, }, + { .ctl_name = "MIXINR IN2R Switch", .intval = 1, }, + { .ctl_name = "IN1R Volume", .intval = 25, }, { .ctl_name = NULL, }, }; |