diff options
author | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2013-09-30 03:29:21 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-10-08 09:29:00 +0000 |
commit | 67d6127535c463aadf0b12fbe6615ea03c967df4 (patch) | |
tree | 983df8719f4b14882fe34e7ee96c9da37bc20b53 /audio | |
parent | 1211eb8b499aa607f3360093bcf97089ef1eb9b4 (diff) | |
download | device_samsung_i9300-67d6127535c463aadf0b12fbe6615ea03c967df4.zip device_samsung_i9300-67d6127535c463aadf0b12fbe6615ea03c967df4.tar.gz device_samsung_i9300-67d6127535c463aadf0b12fbe6615ea03c967df4.tar.bz2 |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio_hw.h | 2 |
1 files changed, 0 insertions, 2 deletions
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, }, }; |