summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_wm8753.c
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-09-28 20:31:23 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:16 -0800
commit1bdb0af1054890a367f73899c163944c1a40aaba (patch)
treeb89d09c067e11d38613de76f1aef67c9be7a32bb /sound/soc/tegra/tegra_wm8753.c
parent424330657d9a2d998f5e7c200468122586e349e0 (diff)
ASoC: Tegra: Enable SPDIF DAI for Tegra30
Bug 872652 Change-Id: Ia35ba728859bcba1bff1ce73c622203d027bc8f9 Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-on: http://git-master/r/54989 Reviewed-by: Scott Peterson <speterson@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Gerrit_Virtual_Submit Rebase-Id: Rd23d694c056cefb76669c510b1367128255f3835
Diffstat (limited to 'sound/soc/tegra/tegra_wm8753.c')
-rw-r--r--sound/soc/tegra/tegra_wm8753.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_wm8753.c b/sound/soc/tegra/tegra_wm8753.c
index 07ab9191ea2c..4dc3b7dc80ae 100644
--- a/sound/soc/tegra/tegra_wm8753.c
+++ b/sound/soc/tegra/tegra_wm8753.c
@@ -341,7 +341,6 @@ static struct snd_soc_dai_link tegra_wm8753_dai[] = {
.init = tegra_wm8753_init,
.ops = &tegra_wm8753_ops,
},
-#if defined(CONFIG_ARCH_TEGRA_2x_SOC)
{
.name = "SPDIF",
.stream_name = "SPDIF PCM",
@@ -351,7 +350,6 @@ static struct snd_soc_dai_link tegra_wm8753_dai[] = {
.codec_dai_name = "dit-hifi",
.ops = &tegra_spdif_ops,
}
-#endif
};
static struct snd_soc_card snd_soc_tegra_wm8753 = {