#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/regmap.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 <sound/wm9081.h>
#include "wm9081.h"
Go to the source code of this file.
#define FIXED_FLL_SIZE ((1 << 16) * 10) |
MODULE_DESCRIPTION |
( |
"ASoC WM9081 driver" |
| ) |
|
module_i2c_driver |
( |
wm9081_i2c_driver |
| ) |
|