Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-db1x00/bcsr.h>
#include "psc.h"
Go to the source code of this file.
Functions | |
module_platform_driver (db1000_audio_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("DB1000/DB1500/DB1100 ASoC audio") | |
MODULE_AUTHOR ("Manuel Lauss") | |
MODULE_AUTHOR | ( | "Manuel Lauss" | ) |
MODULE_DESCRIPTION | ( | "DB1000/DB1500/DB1100 ASoC audio" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | db1000_audio_driver | ) |