#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/of_device.h>
#include <linux/regmap.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/soc.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include <asm/div64.h>
#include "wm8753.h"
Go to the source code of this file.
#define FIXED_PLL_SIZE ((1 << 22) * 10) |
MODULE_AUTHOR |
( |
"Liam Girdwood" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8753 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
wm8753_of_match |
|
|
) |
| |
module_exit |
( |
wm8753_exit |
| ) |
|
module_init |
( |
wm8753_modinit |
| ) |
|
module_param |
( |
caps_charge |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
caps_charge |
, |
|
|
"WM8753 cap charge time (msecs)" |
|
|
) |
| |