[alsa-devel] [PATCH 2/2] ASoC: soc-compress: split soc-compress to a module

Mark Brown broonie at kernel.org
Fri Jun 12 14:15:24 CEST 2015


On Fri, Jun 12, 2015 at 07:59:16PM +0800, Jie Yang wrote:

> +static int __init soc_compress_init(void)
> +{
> +       return 0;
> +}
> +module_init(soc_compress_init);
> +
> +static void __exit soc_compress_exit(void)
> +{
> +}
> +module_exit(soc_compress_exit);

These are completely empty, why are they being added?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20150612/3b602ceb/attachment.sig>


More information about the Alsa-devel mailing list