Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
wm8988.c File Reference
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/tlv.h>
#include <sound/soc.h>
#include <sound/initval.h>
#include "wm8988.h"

Go to the source code of this file.

Data Structures

struct  wm8988_priv
 
struct  _coeff_div
 

Macros

#define wm8988_reset(c)   snd_soc_write(c, WM8988_RESET, 0)
 
#define WM8988_RATES   SNDRV_PCM_RATE_8000_96000
 
#define WM8988_FORMATS
 

Functions

 module_init (wm8988_modinit)
 
 module_exit (wm8988_exit)
 
 MODULE_DESCRIPTION ("ASoC WM8988 driver")
 
 MODULE_AUTHOR ("Mark Brown <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define WM8988_FORMATS
Value:
SNDRV_PCM_FMTBIT_S24_LE)

Definition at line 765 of file wm8988.c.

#define WM8988_RATES   SNDRV_PCM_RATE_8000_96000

Definition at line 763 of file wm8988.c.

#define wm8988_reset (   c)    snd_soc_write(c, WM8988_RESET, 0)

Definition at line 122 of file wm8988.c.

Function Documentation

MODULE_AUTHOR ( "Mark Brown <[email protected]>"  )
MODULE_DESCRIPTION ( "ASoC WM8988 driver )
module_exit ( wm8988_exit  )
module_init ( wm8988_modinit  )
MODULE_LICENSE ( "GPL"  )