summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2011-12-06 18:21:16 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-15 11:48:52 +0530
commit30b149f340fc0ccece0733052d33a77ae1bf2d09 (patch)
tree87d2f3f15aeb802fc570e12409b6761ea9838b25 /sound
parenta0639e637c66508730ced2eee83a8c550ddf40ea (diff)
kernel: sound: soc: Enable voice call dai link
Enabling the dai link for voice call devices. Change-Id: Ie89ae4cbc1ae987c56776706c5e4cf1bbd6c8f18 Reviewed-on: http://git-master/r/68575 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Tested-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_aic326x.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/tegra/tegra_aic326x.c b/sound/soc/tegra/tegra_aic326x.c
index 77cc53ad9090..a7297a54233a 100644
--- a/sound/soc/tegra/tegra_aic326x.c
+++ b/sound/soc/tegra/tegra_aic326x.c
@@ -924,8 +924,7 @@ static struct snd_soc_dai_link tegra_aic326x_dai[] = {
.codec_dai_name = "aic3262-asi2",
.ops = &tegra_aic326x_voice_call_ops,
},
- /* TODO - enabling this cause binding issue- figure out */
- /*[DAI_LINK_BT_VOICE_CALL] = {
+ [DAI_LINK_BT_VOICE_CALL] = {
.name = "BT VOICE CALL",
.stream_name = "BT VOICE CALL PCM",
.codec_name = "spdif-dit.2",
@@ -933,7 +932,7 @@ static struct snd_soc_dai_link tegra_aic326x_dai[] = {
.cpu_dai_name = "dit-hifi",
.codec_dai_name = "dit-hifi",
.ops = &tegra_aic326x_bt_voice_call_ops,
- },*/
+ },
};
static struct snd_soc_card snd_soc_tegra_aic326x = {