summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLei Fan <leif@nvidia.com>2014-01-09 16:25:22 +0800
committerMartin Chi <mchi@nvidia.com>2014-01-12 21:20:06 -0800
commitc7cce37ffaef011349493a9f579b83aaa8bf2a88 (patch)
tree372309462a38222062b478ce6bb5fc21c2b25797 /sound
parent84334f5b9b43fbe5e8f0b2f33548a122643f7223 (diff)
ASoC:Tegra: Add BT-SCO initialize function
The initialize function for BT-SCO should be add, otherwise ther DL audio path will be broken by BT Tone. Bug 1428578 Change-Id: I3870b0134871a7ad95b704adabae5de836d3545d Signed-off-by: Lei Fan <leif@nvidia.com> Reviewed-on: http://git-master/r/353694 Reviewed-by: Martin Chi <mchi@nvidia.com> Tested-by: Martin Chi <mchi@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_rt5640.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c
index 8d50991c2133..1d5264ab35c8 100644
--- a/sound/soc/tegra/tegra_rt5640.c
+++ b/sound/soc/tegra/tegra_rt5640.c
@@ -1518,6 +1518,7 @@ static struct snd_soc_dai_link tegra_rt5640_dai[NUM_DAI_LINKS] = {
.platform_name = "tegra-pcm-audio",
.cpu_dai_name = "tegra30-i2s.3",
.codec_dai_name = "dit-hifi",
+ .init = tegra_rt5640_init,
.ops = &tegra_rt5640_bt_sco_ops,
},
[DAI_LINK_VOICE_CALL] = {