#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "i2s.h"
#include "idma.h"
#include "dma.h"
#include "i2s-regs.h"
Go to the source code of this file.
#define ST_RUNNING (1<<0) |
MODULE_AUTHOR |
( |
"Jaswinder |
Singh, |
|
|
< jassisinghbrar @gmail.com >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Samsung ASoC IDMA Driver" |
| ) |
|
module_platform_driver |
( |
asoc_idma_driver |
| ) |
|