summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm9712.c
diff options
context:
space:
mode:
authorKuninori Morimoto2013-03-21 11:37:44 +0100
committerMark Brown2013-03-26 22:57:50 +0100
commit359e2cb749a896ab7d2e2320892e6fe8457d1cfc (patch)
treed1d2e0450916fece68ccb11400e6178a7b110222 /sound/soc/tegra/tegra_wm9712.c
parentASoC: switch over to use snd_soc_register_component() on tegra20 spdif (diff)
downloadkernel-qcow2-linux-359e2cb749a896ab7d2e2320892e6fe8457d1cfc.tar.gz
kernel-qcow2-linux-359e2cb749a896ab7d2e2320892e6fe8457d1cfc.tar.xz
kernel-qcow2-linux-359e2cb749a896ab7d2e2320892e6fe8457d1cfc.zip
ASoC: switch over to use snd_soc_register_component() on tegra20 ac97
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_wm9712.c')
-rw-r--r--sound/soc/tegra/tegra_wm9712.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
index 68d42403d9b5..6839f88167d0 100644
--- a/sound/soc/tegra/tegra_wm9712.c
+++ b/sound/soc/tegra/tegra_wm9712.c
@@ -55,7 +55,7 @@ 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 = "tegra-ac97-pcm",
+ .cpu_dai_name = "tegra20-ac97",
.codec_dai_name = "wm9712-hifi",
.codec_name = "wm9712-codec",
.init = tegra_wm9712_init,