|
@@ -1160,18 +1160,6 @@ int snd_compress_deregister(struct snd_compr *device)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL_GPL(snd_compress_deregister);
|
|
EXPORT_SYMBOL_GPL(snd_compress_deregister);
|
|
|
|
|
|
-static int __init snd_compress_init(void)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-static void __exit snd_compress_exit(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-module_init(snd_compress_init);
|
|
|
|
-module_exit(snd_compress_exit);
|
|
|
|
-
|
|
|
|
MODULE_DESCRIPTION("ALSA Compressed offload framework");
|
|
MODULE_DESCRIPTION("ALSA Compressed offload framework");
|
|
MODULE_AUTHOR("Vinod Koul <vinod.koul@linux.intel.com>");
|
|
MODULE_AUTHOR("Vinod Koul <vinod.koul@linux.intel.com>");
|
|
MODULE_LICENSE("GPL v2");
|
|
MODULE_LICENSE("GPL v2");
|