#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/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 "wm8990.h"
Go to the source code of this file.
#define FIXED_PLL_SIZE ((1 << 16) * 10) |
#define SOC_WM899X_OUTPGA_SINGLE_R_TLV |
( |
|
xname, |
|
|
|
reg, |
|
|
|
shift, |
|
|
|
max, |
|
|
|
invert, |
|
|
|
tlv_array |
|
) |
| |
MODULE_AUTHOR |
( |
"Liam Girdwood" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8990 driver" |
| ) |
|
module_exit |
( |
wm8990_exit |
| ) |
|
module_init |
( |
wm8990_modinit |
| ) |
|