summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorDheeraj CVR <cvr.dheeraj@gmail.com>2013-09-30 03:29:21 +0530
committertilaksidduram <tilaksidduram@gmail.com>2013-12-03 00:11:47 +0530
commitb2342e73b0c319dc028ea807e280c52f70a1806b (patch)
tree1479e9518a8468e83ef1a20a713cf850dc4bc38e /audio
parent78665972348cd1654f3d965cc6a9fc235b1ba773 (diff)
downloaddevice_samsung_n7100-b2342e73b0c319dc028ea807e280c52f70a1806b.zip
device_samsung_n7100-b2342e73b0c319dc028ea807e280c52f70a1806b.tar.gz
device_samsung_n7100-b2342e73b0c319dc028ea807e280c52f70a1806b.tar.bz2
n7100: 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 Original Change-Id in i9300 tree: I0959bfb0d49c0ba75795f5374e6f5ba5eac59cf1 Change-Id: Ie03d8515df11d276d0ac4c0db05be1d9dbb82089
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 889f747..3c28d5a 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -134,8 +134,6 @@ struct route_setting voicecall_default_disable[] = {
{ .ctl_name = "AIF2DAC Mux", .strval = "AIF3DACDAT", },
{ .ctl_name = "Main Mic Switch", .intval = 0, },
{ .ctl_name = "MIXINL IN2L Switch", .intval = 0, },
- { .ctl_name = "Sub Mic Switch", .intval = 0, },
- { .ctl_name = "MIXINR IN1R Switch", .intval = 0, },
{ .ctl_name = NULL, },
};