Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rt5631.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/regmap.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include "rt5631.h"

Go to the source code of this file.

Data Structures

struct  rt5631_priv
 
struct  coeff_clk_div
 
struct  pll_div
 

Macros

#define rt5631_suspend   NULL
 
#define rt5631_resume   NULL
 
#define RT5631_STEREO_RATES   SNDRV_PCM_RATE_8000_96000
 
#define RT5631_FORMAT
 

Functions

 MODULE_DEVICE_TABLE (i2c, rt5631_i2c_id)
 
 module_i2c_driver (rt5631_i2c_driver)
 
 MODULE_DESCRIPTION ("ASoC RT5631 driver")
 
 MODULE_AUTHOR ("flove <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define RT5631_FORMAT
Value:
SNDRV_PCM_FMTBIT_S20_3LE | \
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S8)

Definition at line 1663 of file rt5631.c.

#define rt5631_resume   NULL

Definition at line 1659 of file rt5631.c.

#define RT5631_STEREO_RATES   SNDRV_PCM_RATE_8000_96000

Definition at line 1662 of file rt5631.c.

#define rt5631_suspend   NULL

Definition at line 1658 of file rt5631.c.

Function Documentation

MODULE_AUTHOR ( "flove <[email protected]>"  )
MODULE_DESCRIPTION ( "ASoC RT5631 driver )
MODULE_DEVICE_TABLE ( i2c  ,
rt5631_i2c_id   
)
module_i2c_driver ( rt5631_i2c_driver  )
MODULE_LICENSE ( "GPL"  )