Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
mxs-pcm.c File Reference
#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
 

Functions

int __devinit mxs_pcm_platform_register (struct device *dev)
 
 EXPORT_SYMBOL_GPL (mxs_pcm_platform_register)
 
void __devexit mxs_pcm_platform_unregister (struct device *dev)
 
 EXPORT_SYMBOL_GPL (mxs_pcm_platform_unregister)
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL_GPL ( mxs_pcm_platform_register  )
EXPORT_SYMBOL_GPL ( mxs_pcm_platform_unregister  )
MODULE_LICENSE ( "GPL"  )
int __devinit mxs_pcm_platform_register ( struct device dev)

Definition at line 223 of file mxs-pcm.c.

void __devexit mxs_pcm_platform_unregister ( struct device dev)

Definition at line 229 of file mxs-pcm.c.