#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.
#define ALC5623_ADD1_POWER_EN |
#define ALC5623_ADD1_POWER_EN_5622 |
#define ALC5623_ADD2_POWER_EN |
#define ALC5623_ADD3_POWER_EN |
MODULE_DESCRIPTION |
( |
"ASoC alc5621/2/3 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
alc5623_i2c_table |
|
|
) |
| |
module_i2c_driver |
( |
alc5623_i2c_driver |
| ) |
|
module_param |
( |
caps_charge |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
caps_charge |
, |
|
|
"ALC5623 cap charge time (msecs)" |
|
|
) |
| |