[alsa-devel] [PATCH 2/4] ASOC: tegra: fix matching of AC97 components
Stephen Warren
swarren at wwwdotorg.org
Tue Jul 23 18:49:59 CEST 2013
On 07/21/2013 02:28 PM, Lucas Stach wrote:
> Matching works completely based on the cpu of_node.
> diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
> 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",
Shouldn't codec_of_node be used in preference to codec_name too?
More information about the Alsa-devel
mailing list