Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pxa-ssp.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/pxa2xx_ssp.h>
#include <asm/irq.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/pxa2xx-lib.h>
#include <mach/hardware.h>
#include <mach/dma.h>
#include "../../arm/pxa2xx-pcm.h"
#include "pxa-ssp.h"

Go to the source code of this file.

Data Structures

struct  ssp_priv
 
struct  pxa2xx_pcm_dma_data
 

Macros

#define pxa_ssp_suspend   NULL
 
#define pxa_ssp_resume   NULL
 
#define PXA_SSP_RATES
 
#define PXA_SSP_FORMATS
 

Functions

 module_platform_driver (asoc_ssp_driver)
 
 MODULE_AUTHOR ("Mark Brown <[email protected]>")
 
 MODULE_DESCRIPTION ("PXA SSP/PCM SoC Interface")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define PXA_SSP_FORMATS
Value:
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S32_LE)

Definition at line 760 of file pxa-ssp.c.

#define PXA_SSP_RATES
Value:
SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 | \
SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_64000 | \
SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)

Definition at line 754 of file pxa-ssp.c.

#define pxa_ssp_resume   NULL

Definition at line 185 of file pxa-ssp.c.

#define pxa_ssp_suspend   NULL

Definition at line 184 of file pxa-ssp.c.

Function Documentation

MODULE_AUTHOR ( "Mark Brown <[email protected]>"  )
MODULE_DESCRIPTION ( "PXA SSP/PCM SoC Interface )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( asoc_ssp_driver  )