#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/gfp.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <asm/dma.h>
#include "bf5xx-ac97-pcm.h"
#include "bf5xx-ac97.h"
#include "bf5xx-sport.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Cliff Cai" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ADI Blackfin AC97 PCM DMA module" |
| ) |
|
module_platform_driver |
( |
bf5xx_pcm_driver |
| ) |
|