On Fri, 2010-07-23 at 13:56 -0500, Timur Tabi wrote:
Liam Girdwood wrote:
My mistake, I'd missed something in the forward port. I've fixed the DAI naming problem and you should see your DAI use the correct name.
Looks like you forgot something:
CC sound/soc/soc-core.o sound/soc/soc-core.c: In function 'snd_soc_register_dai': sound/soc/soc-core.c:2872: error: 'struct snd_soc_dai' has no member named 'id' sound/soc/soc-core.c: In function 'snd_soc_register_dais': sound/soc/soc-core.c:2949: error: 'struct snd_soc_dai' has no member named 'id' sound/soc/soc-core.c: In function 'snd_soc_register_platform': sound/soc/soc-core.c:3004: error: 'struct snd_soc_platform' has no member named 'id' sound/soc/soc-core.c: In function 'snd_soc_register_codec': sound/soc/soc-core.c:3102: error: 'struct snd_soc_codec' has no member named 'id' make[2]: *** [sound/soc/soc-core.o] Error 1 make[1]: *** [sound/soc] Error 2 make: *** [sound] Error 2
Sorry, now fixed. Sound had somehow been disabled in my upstream .config and hence would build kernels.
Liam