Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ads117x.c File Reference
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>
#include <sound/soc.h>

Go to the source code of this file.

Macros

#define ADS117X_RATES   (SNDRV_PCM_RATE_8000_48000)
 
#define ADS117X_FORMATS   (SNDRV_PCM_FMTBIT_S16_LE)
 

Functions

 module_platform_driver (ads117x_codec_driver)
 
 MODULE_DESCRIPTION ("ASoC ads117x driver")
 
 MODULE_AUTHOR ("Graeme Gregory")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ADS117X_FORMATS   (SNDRV_PCM_FMTBIT_S16_LE)

Definition at line 24 of file ads117x.c.

#define ADS117X_RATES   (SNDRV_PCM_RATE_8000_48000)

Definition at line 23 of file ads117x.c.

Function Documentation

MODULE_AUTHOR ( "Graeme Gregory"  )
MODULE_DESCRIPTION ( "ASoC ads117x driver )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( ads117x_codec_driver  )