#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/spi/spi.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <linux/regmap.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/initval.h>
#include "wm8510.h"
Go to the source code of this file.
#define FIXED_PLL_SIZE ((1 << 24) * 10) |
#define WM8510_POWER1_BIASEN 0x08 |
#define WM8510_POWER1_BUFIOEN 0x10 |
MODULE_AUTHOR |
( |
"Liam Girdwood" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8510 driver" |
| ) |
|
module_exit |
( |
wm8510_exit |
| ) |
|
module_init |
( |
wm8510_modinit |
| ) |
|