Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
imx-pcm.c File Reference
#include <linux/dma-mapping.h>
#include <linux/module.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include "imx-pcm.h"

Go to the source code of this file.

Functions

int snd_imx_pcm_mmap (struct snd_pcm_substream *substream, struct vm_area_struct *vma)
 
 EXPORT_SYMBOL_GPL (snd_imx_pcm_mmap)
 
int imx_pcm_new (struct snd_soc_pcm_runtime *rtd)
 
 EXPORT_SYMBOL_GPL (imx_pcm_new)
 
void imx_pcm_free (struct snd_pcm *pcm)
 
 EXPORT_SYMBOL_GPL (imx_pcm_free)
 

Function Documentation

EXPORT_SYMBOL_GPL ( snd_imx_pcm_mmap  )
EXPORT_SYMBOL_GPL ( imx_pcm_new  )
EXPORT_SYMBOL_GPL ( imx_pcm_free  )
void imx_pcm_free ( struct snd_pcm pcm)

Definition at line 85 of file imx-pcm.c.

int imx_pcm_new ( struct snd_soc_pcm_runtime rtd)

Definition at line 56 of file imx-pcm.c.

int snd_imx_pcm_mmap ( struct snd_pcm_substream substream,
struct vm_area_struct vma 
)

Definition at line 19 of file imx-pcm.c.