Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/dmaengine.h>
#include <linux/fsl/mxs-dma.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include "mxs-pcm.h"
Go to the source code of this file.
Data Structures | |
struct | mxs_pcm_dma_data |
EXPORT_SYMBOL_GPL | ( | mxs_pcm_platform_register | ) |
EXPORT_SYMBOL_GPL | ( | mxs_pcm_platform_unregister | ) |
MODULE_LICENSE | ( | "GPL" | ) |