|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/device.h>#include <linux/err.h>#include <linux/kdev_t.h>#include <linux/major.h>#include <sound/core.h>Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (sound_class) | |
| MODULE_DESCRIPTION ("Core sound module") | |
| MODULE_AUTHOR ("Alan Cox") | |
| MODULE_LICENSE ("GPL") | |
| subsys_initcall (init_soundcore) | |
| module_exit (cleanup_soundcore) | |
Variables | |
| struct class * | sound_class |
| EXPORT_SYMBOL | ( | sound_class | ) |
| MODULE_AUTHOR | ( | "Alan Cox" | ) |
| MODULE_DESCRIPTION | ( | "Core sound module" | ) |
| module_exit | ( | cleanup_soundcore | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | init_soundcore | ) |
Definition at line 25 of file sound_core.c.
1.8.2