summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm9712.c
diff options
context:
space:
mode:
authorLucas Stach2013-12-17 11:52:43 +0100
committerMark Brown2013-12-17 14:55:07 +0100
commit58e354be337dff43dbb66c4564bb9479354cc5dd (patch)
treec63ec2e330e9aad80e5be7e6b768fb175451fe25 /sound/soc/tegra/tegra_wm9712.c
parentASoC: tegra20-ac97: add missing clk_disable_unprepare() on error path (diff)
downloadkernel-qcow2-linux-58e354be337dff43dbb66c4564bb9479354cc5dd.tar.gz
kernel-qcow2-linux-58e354be337dff43dbb66c4564bb9479354cc5dd.tar.xz
kernel-qcow2-linux-58e354be337dff43dbb66c4564bb9479354cc5dd.zip
ASoC: tegra: Tweak matching of AC97 components
Matching works completely based on the cpu of_node. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/tegra/tegra_wm9712.c')
-rw-r--r--sound/soc/tegra/tegra_wm9712.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
index 5e119630b0e0..45b57892b6a5 100644
--- a/sound/soc/tegra/tegra_wm9712.c
+++ b/sound/soc/tegra/tegra_wm9712.c
@@ -55,7 +55,6 @@ static int tegra_wm9712_init(struct snd_soc_pcm_runtime *rtd)
static struct snd_soc_dai_link tegra_wm9712_dai = {
.name = "AC97 HiFi",
.stream_name = "AC97 HiFi",
- .cpu_dai_name = "tegra20-ac97",
.codec_dai_name = "wm9712-hifi",
.codec_name = "wm9712-codec",
.init = tegra_wm9712_init,