|
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-au1x00/au1xxx_psc.h>#include <asm/mach-au1x00/au1xxx_dbdma.h>#include <asm/mach-db1x00/bcsr.h>#include "../codecs/wm8731.h"#include "psc.h"Go to the source code of this file.
Functions | |
| module_platform_driver (db1200_audio_driver) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("DB1200/DB1300/DB1550 ASoC audio support") | |
| MODULE_AUTHOR ("Manuel Lauss") | |
| MODULE_AUTHOR | ( | "Manuel Lauss" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | db1200_audio_driver | ) |
1.8.2