|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <sound/soc.h>#include <sound/jack.h>#include <asm/mach-types.h>#include <mach/gpio.h>#include "../codecs/wm8994.h"Go to the source code of this file.
Macros | |
| #define | MACHINE_NAME 0 |
| #define | CPU_VOICE_DAI 1 |
Functions | |
| module_init (goni_init) | |
| module_exit (goni_exit) | |
| MODULE_DESCRIPTION ("ALSA SoC WM8994 GONI(S5PV210)") | |
| MODULE_AUTHOR ("Chanwoo Choi <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define CPU_VOICE_DAI 1 |
Definition at line 24 of file goni_wm8994.c.
| #define MACHINE_NAME 0 |
Definition at line 23 of file goni_wm8994.c.
| MODULE_AUTHOR | ( | "Chanwoo Choi <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "ALSA SoC WM8994 GONI(S5PV210)" | ) |
| module_exit | ( | goni_exit | ) |
| module_init | ( | goni_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2