5 Nov
2008
5 Nov
'08
10:54 p.m.
On Wed, Nov 05, 2008 at 09:35:53PM +0100, Takashi Iwai wrote:
+#ifdef CONFIG_SND_PXA2XX_SOC_PALM27X +void __init palm27x_asoc_set_pdata(struct palm27x_asoc_info *data);
I wonder whether it's really __init.
Yes. This will be set up by the machine init code which has to be built in. It should be platform data but we can't support that yet.
Note that the driver can be a module in theory.
Yeah, that practice won't actually build so should probably be masked out in Kconfig.