summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2011-08-17 19:27:45 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-08-18 16:36:02 -0700
commit9321d30a066a10498be42ef6d24f5a8338c88ec9 (patch)
treec5315ff39c8636ea85281a584f53bc596912a7d5 /sound
parent234b82f5b1dfed9c81b67acc253fddaba10d5a38 (diff)
asoc: tegra: bt-sco voice call on enterprise
1. add code for bt-sco voice call support 2. also disable the earlier bt-sco playback path which directly connected apbif->i2s instead playback path is changed to apbif->dam->i2s, it would help in mixing system sound and it also simplifies connection issues during and after voice call Bug 864984 Change-Id: I46195c250a99ecae8e1066d9b60deaf6d480e7ad Reviewed-on: http://git-master/r/47552 Tested-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_soc_max98088.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_soc_max98088.c b/sound/soc/tegra/tegra_soc_max98088.c
index f8bef65e84a5..a64ccdef3965 100644
--- a/sound/soc/tegra/tegra_soc_max98088.c
+++ b/sound/soc/tegra/tegra_soc_max98088.c
@@ -447,6 +447,11 @@ static struct snd_soc_dai_link tegra_soc_dai[] = {
&max98088_dai[0], &tegra_voice_ops),
#endif
+ TEGRA_CREATE_SOC_DAI_LINK("Tegra-voice-call-bt",
+ "Tegra Voice Call BT",
+ &tegra_generic_codec_dai[1],
+ &tegra_generic_codec_dai[2], &tegra_voice_ops),
+
TEGRA_CREATE_SOC_DAI_LINK("Tegra-spdif", "Tegra Spdif",
&tegra_spdif_dai, &tegra_generic_codec_dai[0],
&tegra_spdif_ops),