From 02cb2585b1f0415e35623a284ef843ffedccd4ad Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sat, 13 Apr 2013 00:16:48 +0000 Subject: p31xx: fix incall headset mic Change-Id: I984d6d4d4f669adcab1d62c9b939587bb989faf3 --- audio/audio_hw.h | 5 ++++- configs/tiny_hw.xml | 14 +++++++++++++- 2 files changed, 17 insertions(+), 2 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, }, }; diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index b520630..9a22e4a 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -204,6 +204,10 @@ We are able to have most of our routing static so do that + + + + @@ -219,9 +223,13 @@ We are able to have most of our routing static so do that - + + + + + @@ -237,6 +245,10 @@ We are able to have most of our routing static so do that + + + + -- cgit v1.1