|
Linux Kernel
3.7.1
|
#include <linux/gpio.h>#include <linux/module.h>#include <sound/soc.h>#include <sound/jack.h>#include <asm/mach-types.h>#include "i2s.h"#include "../codecs/wm8750.h"Go to the source code of this file.
Functions | |
| module_init (smartq_init) | |
| module_exit (smartq_exit) | |
| MODULE_AUTHOR ("Maurus Cuelenaere <[email protected]>") | |
| MODULE_DESCRIPTION ("ALSA SoC SmartQ WM8987") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Maurus Cuelenaere <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "ALSA SoC SmartQ WM8987" | ) |
| module_exit | ( | smartq_exit | ) |
| module_init | ( | smartq_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2