#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/of_device.h>
#include <linux/pm.h>
#include <linux/spi/spi.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 "wm8770.h"
Go to the source code of this file.
#define WM8770_NUM_SUPPLIES 3 |
#define WM8770_REGULATOR_EVENT |
( |
|
n | ) |
|
Value:
wm8770->codec->cache_sync = 1; \
} \
return 0; \
}
Definition at line 67 of file wm8770.c.
#define wm8770_resume NULL |
#define wm8770_suspend NULL |
MODULE_AUTHOR |
( |
"Dimitris Papastamos <dp@opensource.wolfsonmicro.com>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8770 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
wm8770_of_match |
|
|
) |
| |
module_spi_driver |
( |
wm8770_spi_driver |
| ) |
|