#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/dmaengine.h>
#include <linux/dma-mapping.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include <linux/platform_data/dma-ep93xx.h>
#include <mach/hardware.h>
#include <mach/ep93xx-regs.h>
#include "ep93xx-pcm.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:ep93xx-pcm-audio" |
| ) |
|
MODULE_AUTHOR |
( |
"Ryan Mallon" |
| ) |
|
MODULE_DESCRIPTION |
( |
"EP93xx ALSA PCM interface" |
| ) |
|
module_platform_driver |
( |
ep93xx_pcm_driver |
| ) |
|