#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/atmel_pdc.h>
#include <linux/atmel-ssc.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "atmel-pcm.h"
Go to the source code of this file.
#define atmel_pcm_resume NULL |
#define atmel_pcm_suspend NULL |
MODULE_DESCRIPTION |
( |
"Atmel PCM module" |
| ) |
|
module_platform_driver |
( |
atmel_pcm_driver |
| ) |
|