#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/of_device.h>
#include <linux/regmap.h>
#include <linux/spi/spi.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 "wm8776.h"
Go to the source code of this file.
#define wm8776_resume NULL |
#define wm8776_suspend NULL |
- Enumerator:
-
Definition at line 34 of file wm8776.c.
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
wm8776_of_match |
|
|
) |
| |
module_exit |
( |
wm8776_exit |
| ) |
|
module_init |
( |
wm8776_modinit |
| ) |
|