From 67d6127535c463aadf0b12fbe6615ea03c967df4 Mon Sep 17 00:00:00 2001 From: Dheeraj CVR Date: Mon, 30 Sep 2013 03:29:21 +0530 Subject: i9300: audio: don't disable back mic upon voice call end Back or Secondary Microphone (Sub Mic) is turned on and off using noise_suppression parameter from adev_set_parameters and hence it is not required to disable the back mic explicitly in voicecall_default_disable Change-Id: I0959bfb0d49c0ba75795f5374e6f5ba5eac59cf1 --- audio/audio_hw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 49842ca..f882959 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -138,8 +138,6 @@ struct route_setting voicecall_default_disable[] = { { .ctl_name = "AIF2DAC Mux", .strval = "AIF3DACDAT", }, { .ctl_name = "Main Mic Switch", .intval = 0, }, { .ctl_name = "MIXINL IN1L Switch", .intval = 0, }, - { .ctl_name = "Sub Mic Switch", .intval = 0, }, - { .ctl_name = "MIXINR IN1R Switch", .intval = 0, }, { .ctl_name = NULL, }, }; -- cgit v1.1