From 84334f5b9b43fbe5e8f0b2f33548a122643f7223 Mon Sep 17 00:00:00 2001 From: Lei Fan Date: Thu, 9 Jan 2014 13:35:05 +0800 Subject: 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 Reviewed-on: http://git-master/r/353684 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijay Mali GVS: Gerrit_Virtual_Submit Reviewed-by: Martin Chi --- arch/arm/mach-tegra/board-tegranote7c.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arch') 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] = { -- cgit v1.2.3