Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/gpio.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <mach/audio.h>
#include <mach/eseries-gpio.h>
#include "../codecs/wm9712.h"
#include "pxa2xx-ac97.h"
Go to the source code of this file.
Functions | |
module_platform_driver (e800_driver) | |
MODULE_AUTHOR ("Ian Molton <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC driver for e800") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_ALIAS ("platform:e800-audio") | |
MODULE_ALIAS | ( | "platform:e800-audio" | ) |
MODULE_AUTHOR | ( | "Ian Molton <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | e800_driver | ) |