Skip to content

Commit

Permalink
ASoC: tegra: Tweak matching of AC97 components
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lucas Stach authored and Mark Brown committed Dec 17, 2013
1 parent 753834c commit 58e354b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/tegra/tegra_wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 58e354b

Please sign in to comment.