11 Oct
2010
11 Oct
'10
2:22 a.m.
On Sun, Oct 10, 2010 at 7:54 PM, Mika Westerberg mika.westerberg@iki.fi wrote:
+static struct snd_soc_dai_link simone_dai = {
- .name = "AC97",
- .stream_name = "AC97 HiFi",
- .cpu_dai = &ep93xx_ac97_dai,
- .codec_dai = &ac97_dai,
+};
ASoC no longer works on cpu and codec_dai. You need to only provide the name of the dais... ASoC does string matching to link appropriate dais in a link.
You might want to give another thorough look to all of your drivers under the new ASoC.