diff mbox

[v2,RESEND,1/2] ASOC: tegra: fix matching of AC97 components

Message ID 1387277564-4774-1-git-send-email-dev@lynxeye.de
State Not Applicable, archived
Headers show

Commit Message

Lucas Stach Dec. 17, 2013, 10:52 a.m. UTC
Matching works completely based on the cpu of_node.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
---
v2: no changes

CC: <alsa-devel@alsa-project.org>
CC: Mark Brown <broonie@linaro.org>
CC: Stephen Warren <swarren@wwwdotorg.org>
---
 sound/soc/tegra/tegra_wm9712.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Dec. 17, 2013, 1:56 p.m. UTC | #1
On Tue, Dec 17, 2013 at 11:52:43AM +0100, Lucas Stach wrote:
> Matching works completely based on the cpu of_node.

Applied, though this isn't a fix at all so I updated the subject line.

> CC: Mark Brown <broonie@linaro.org>

Why are you adding my work address?
diff mbox

Patch

diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
index 5e11963..45b5789 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,