summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLei Fan <leif@nvidia.com>2014-01-09 13:35:05 +0800
committerMartin Chi <mchi@nvidia.com>2014-01-12 21:19:39 -0800
commit84334f5b9b43fbe5e8f0b2f33548a122643f7223 (patch)
tree7dae3e893205c1b465b789b3380829a625bb1f3b /arch
parent6cc9dbf67be7869734630e8f29e94b972d14453e (diff)
ARM:Tegra: fix bt voice call lost
The bit-size is miss and voice call will be lost with the setting. Bug 1428578 Change-Id: I8d118c1f3b446d62fb86e7f3340f8db75d66caf9 Signed-off-by: Lei Fan <leif@nvidia.com> Reviewed-on: http://git-master/r/353684 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijay Mali <vmali@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Martin Chi <mchi@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c.c b/arch/arm/mach-tegra/board-tegranote7c.c
index c8f9566d9c06..66490f6e22f5 100644
--- a/arch/arm/mach-tegra/board-tegranote7c.c
+++ b/arch/arm/mach-tegra/board-tegranote7c.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-tegranote7c.c
*
- * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2013 - 2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -388,6 +388,9 @@ static struct tegra_asoc_platform_data tegranote7c_audio_pdata = {
.audio_port_id = 3,
.is_i2s_master = 1,
.i2s_mode = TEGRA_DAIFMT_DSP_A,
+ .sample_size = 16,
+ .rate = 8000,
+ .channels = 1,
.bit_clk = 512000,
},
.i2s_param[VOICE_CODEC] = {