summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorManoj Gangwal <mgangwal@nvidia.com>2012-03-28 18:13:27 +0530
committerSimone Willett <swillett@nvidia.com>2012-03-30 18:55:57 -0700
commit9a619adb044b30a0bc6711d6ace1bdd7b4ae8063 (patch)
tree34b89017496e1a1ad7db5ce538b2a5824c9b28b4 /sound/soc
parente7a1cfef77b4517de379cfe4ac9e7e7773e9fb86 (diff)
asoc: tegra: ALC5640 machine: Fix i2s for BT Sco
fix i2s for BT Sco. Bug 936626 Change-Id: Iaf1d1a230fcb37d45d9deaaf1dae780f5870e99f Signed-off-by: Manoj Gangwal <mgangwal@nvidia.com> Reviewed-on: http://git-master/r/92860 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/tegra/tegra_rt5640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c
index 268228ea6999..f6f4ed3d4212 100644
--- a/sound/soc/tegra/tegra_rt5640.c
+++ b/sound/soc/tegra/tegra_rt5640.c
@@ -571,7 +571,7 @@ static struct snd_soc_dai_link tegra_rt5640_dai[] = {
.stream_name = "BT SCO PCM",
.codec_name = "spdif-dit.1",
.platform_name = "tegra-pcm-audio",
- .cpu_dai_name = "tegra30-i2s.4",
+ .cpu_dai_name = "tegra30-i2s.3",
.codec_dai_name = "dit-hifi",
.ops = &tegra_rt5640_bt_sco_ops,
},