summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_wm8753.c
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-11-01 19:36:17 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:40 -0800
commit60302370d8a9f812928d2606d80e2e10957e0153 (patch)
treeef24ce9447d0d3bac1c00a63e62a262b8e174aaf /sound/soc/tegra/tegra_wm8753.c
parent65b9a4e99f0d8e397c068b457eebcd91846d2276 (diff)
ASoC: tegra machine: Correct spdif-dit codec name
Change SPDIF dai-link codec name from spdif-dit to spdif-dit.0 since spdif-dit platform driver index has been changed from -1 to 0. Bug 872652 Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Change-Id: I3a234e237149607346301bf1f19d5a2e7f9e69b6 Reviewed-on: http://git-master/r/61509 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rdd42749aae8eb8f8eb5afbf541ba1f780fca9316
Diffstat (limited to 'sound/soc/tegra/tegra_wm8753.c')
-rw-r--r--sound/soc/tegra/tegra_wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_wm8753.c b/sound/soc/tegra/tegra_wm8753.c
index 2bfb458fb1d2..1946d7978ae9 100644
--- a/sound/soc/tegra/tegra_wm8753.c
+++ b/sound/soc/tegra/tegra_wm8753.c
@@ -334,7 +334,7 @@ static struct snd_soc_dai_link tegra_wm8753_dai[] = {
{
.name = "SPDIF",
.stream_name = "SPDIF PCM",
- .codec_name = "spdif-dit",
+ .codec_name = "spdif-dit.0",
.platform_name = "tegra-pcm-audio",
.cpu_dai_name = "tegra20-spdif",
.codec_dai_name = "dit-hifi",