#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/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 <asm/div64.h>
#include "wm8978.h"
Go to the source code of this file.
#define FIXED_PLL_SIZE (1 << 24) |
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
wm8978_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
wm8978_i2c_driver |
| ) |
|