#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <linux/regulator/consumer.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/wm8904.h>
#include "wm8904.h"
Go to the source code of this file.
#define FIXED_FLL_SIZE ((1 << 16) * 10) |
#define WM8904_NUM_DCS_CHANNELS 4 |
#define WM8904_NUM_SUPPLIES 5 |
- Enumerator:
-
Definition at line 33 of file wm8904.c.
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
wm8904_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
wm8904_i2c_driver |
| ) |
|
unsigned int clk_sys_rate |