#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/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/initval.h>
#include "wm8750.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Liam Girdwood" |
| ) |
|
MODULE_DESCRIPTION |
( |
"ASoC WM8750 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
wm8750_of_match |
|
|
) |
| |
module_exit |
( |
wm8750_exit |
| ) |
|
module_init |
( |
wm8750_modinit |
| ) |
|