#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/spi/spi.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include "wm8737.h"
Go to the source code of this file.
#define WM8737_NUM_SUPPLIES 4 |
#define wm8737_resume NULL |
#define wm8737_suspend NULL |
MODULE_DESCRIPTION |
( |
"ASoC WM8737 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
wm8737_of_match |
|
|
) |
| |
module_exit |
( |
wm8737_exit |
| ) |
|
module_init |
( |
wm8737_modinit |
| ) |
|