* Mark Brown broonie@opensource.wolfsonmicro.com [080422 01:49]:
On Tue, Apr 22, 2008 at 09:48:45AM +0300, Jarkko Nikula wrote:
"ext Tony Lindgren" tony@atomide.com wrote:
The platform_device_register() should be done in board-*.c files.
This is a valid point. I think it should be possible to have also in ASoC v1 e.g n810_mcbsp_aic33 driver whose probe function would be more or less like n810_soc_init now. At least sound/soc/fsl/mpc8610_hpcd.c is doing similar thing.
Mark, any thoughts?
Leave it as-is for ASoC v1, the soc-audio device can't meaningfully be defined in the platform data. ASoC v2 lets you define a device for the platform driver for the particular board (as well as for things like I2S controllers on the SoC) which deals with this a lot better.
I'll push this to linux-omap tree, and will replace it with whatever falls from mainline tree later on.
Tony