Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <plat/regs-iis.h>
#include <mach/gta02.h>
#include "../codecs/wm8753.h"
#include "s3c24xx-i2s.h"
Go to the source code of this file.
Functions | |
module_init (neo1973_init) | |
module_exit (neo1973_exit) | |
MODULE_AUTHOR ("Graeme Gregory, [email protected], www.openmoko.org") | |
MODULE_DESCRIPTION ("ALSA SoC WM8753 Neo1973 and Frerunner") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Graeme | Gregory, |
graeme @openmoko. | org, | ||
www.openmoko.org" | |||
) |
MODULE_DESCRIPTION | ( | "ALSA SoC WM8753 Neo1973 and Frerunner" | ) |
module_exit | ( | neo1973_exit | ) |
module_init | ( | neo1973_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |