#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/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/initval.h>
#include "wm8971.h"
Go to the source code of this file.
#define WM8971_REG_COUNT 43 |
MODULE_AUTHOR |
( |
"Lab126" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8971 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
wm8971_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
wm8971_i2c_driver |
| ) |
|