#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <asm/dma.h>
#include <variant/dmac.h>
#include "s6000-pcm.h"
Go to the source code of this file.
#define S6_PCM_PREALLOCATE_MAX (2048 * 1024) |
#define S6_PCM_PREALLOCATE_SIZE (96 * 1024) |
MODULE_AUTHOR |
( |
"Daniel Gloeckner" |
| ) |
|
module_platform_driver |
( |
s6000_pcm_driver |
| ) |
|