Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include "ep93xx-pcm.h"
Go to the source code of this file.
Functions | |
module_platform_driver (simone_driver) | |
MODULE_DESCRIPTION ("ALSA SoC Simplemachines Sim.One") | |
MODULE_AUTHOR ("Mika Westerberg <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:simone-audio") | |
MODULE_ALIAS | ( | "platform:simone-audio" | ) |
MODULE_AUTHOR | ( | "Mika Westerberg <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ALSA SoC Simplemachines Sim.One" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | simone_driver | ) |