15 Sep
2009
15 Sep
'09
1:15 p.m.
At Tue, 15 Sep 2009 00:45:00 +0200, pavel.hofman@ivitera.com wrote:
+MODULE_AUTHOR("Jaroslav Kysela perex@perex.cz");
You are the author, no?
+EXPORT_SYMBOL(snd_ak4113_create);
Use EXPORT_SYMBOL_GPL() for new stuff, unless any reason given.
thanks,
Takashi