Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
alc5623.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.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 <sound/alc5623.h>
#include "alc5623.h"

Go to the source code of this file.

Data Structures

struct  alc5623_priv
 
struct  _pll_div
 
struct  _coeff_div
 

Macros

#define ALC5623_ADD2_POWER_EN
 
#define ALC5623_ADD3_POWER_EN
 
#define ALC5623_ADD1_POWER_EN
 
#define ALC5623_ADD1_POWER_EN_5622
 
#define ALC5623_FORMATS
 

Functions

 module_param (caps_charge, int, 0)
 
 MODULE_PARM_DESC (caps_charge,"ALC5623 cap charge time (msecs)")
 
 MODULE_DEVICE_TABLE (i2c, alc5623_i2c_table)
 
 module_i2c_driver (alc5623_i2c_driver)
 
 MODULE_DESCRIPTION ("ASoC alc5621/2/3 driver")
 
 MODULE_AUTHOR ("Arnaud Patard <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define ALC5623_ADD1_POWER_EN
#define ALC5623_ADD1_POWER_EN_5622
#define ALC5623_ADD2_POWER_EN
Value:

Definition at line 761 of file alc5623.c.

#define ALC5623_ADD3_POWER_EN
#define ALC5623_FORMATS

Function Documentation

MODULE_AUTHOR ( "Arnaud Patard <[email protected]>"  )
MODULE_DESCRIPTION ( "ASoC alc5621/2/3 driver )
MODULE_DEVICE_TABLE ( i2c  ,
alc5623_i2c_table   
)
module_i2c_driver ( alc5623_i2c_driver  )
MODULE_LICENSE ( "GPL"  )
module_param ( caps_charge  ,
int  ,
 
)
MODULE_PARM_DESC ( caps_charge  ,
"ALC5623 cap charge time (msecs)"   
)