summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2010-06-25 17:30:58 -0700
committerGary King <gking@nvidia.com>2010-06-25 18:27:21 -0700
commit55ee12dc4ad24714f5913b4a4a6e8a73cfe55516 (patch)
treeeb8ee1baab92f775baa793569492d6df9634a152
parent9e8a064325bddcf5ac41d6449a31c49b8924be27 (diff)
[ARM/tegra] whistler ODM: fix voice call DAP connection
bug 70050 Removed unused connection line for voice call. Change-Id: Ib9bf276a4d52edc61e419f357fe58470c2c2f9dc Reviewed-on: http://git-master/r/3237 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Tested-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
index 715ae3e6b776..3aec1c9256c2 100644
--- a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
+++ b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
@@ -911,9 +911,8 @@ NvOdmQueryDapPortGetConnectionTable(
// Voicecall without Bluetooth
{ NvOdmDapConnectionIndex_VoiceCall_NoBlueTooth,
- 3, { {NvOdmDapPort_Dap3, NvOdmDapPort_Dap2, NV_FALSE},
- {NvOdmDapPort_Dap2, NvOdmDapPort_Dap3, NV_TRUE},
- {NvOdmDapPort_Dap2, NvOdmDapPort_I2s2, NV_TRUE} } },
+ 2, { {NvOdmDapPort_Dap3, NvOdmDapPort_Dap2, NV_FALSE},
+ {NvOdmDapPort_Dap2, NvOdmDapPort_Dap3, NV_TRUE} } },
// Voicecall with Bluetooth
{ NvOdmDapConnectionIndex_VoiceCall_WithBlueTooth,