At Tue, 15 Sep 2009 00:45:00 +0200,
pavel.hofman at ivitera.com wrote:
>
> +MODULE_AUTHOR("Jaroslav Kysela <perex at 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