Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <mach/audio.h>
#include "../codecs/wm9712.h"
#include "pxa2xx-ac97.h"
Go to the source code of this file.
Functions | |
module_init (em_x270_init) | |
module_exit (em_x270_exit) | |
MODULE_AUTHOR ("Mike Rapoport") | |
MODULE_DESCRIPTION ("ALSA SoC EM-X270, eXeda and CM-X300") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Mike Rapoport" | ) |
MODULE_DESCRIPTION | ( | "ALSA SoC EM- | X270, |
eXeda and CM-X300" | |||
) |
module_exit | ( | em_x270_exit | ) |
module_init | ( | em_x270_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |