|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <sound/soc.h>#include <asm/mach-types.h>#include "s3c2412-i2s.h"#include "../codecs/wm8750.h"Go to the source code of this file.
Functions | |
| module_init (jive_init) | |
| module_exit (jive_exit) | |
| MODULE_AUTHOR ("Ben Dooks <[email protected]>") | |
| MODULE_DESCRIPTION ("ALSA SoC Jive Audio support") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Ben Dooks <[email protected]>" | ) |
| module_exit | ( | jive_exit | ) |
| module_init | ( | jive_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2