Linux Kernel
3.7.1
|
#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 <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/tlv.h>
#include <sound/soc.h>
#include <sound/initval.h>
#include "wm8988.h"
Go to the source code of this file.
Data Structures | |
struct | wm8988_priv |
struct | _coeff_div |
Macros | |
#define | wm8988_reset(c) snd_soc_write(c, WM8988_RESET, 0) |
#define | WM8988_RATES SNDRV_PCM_RATE_8000_96000 |
#define | WM8988_FORMATS |
Functions | |
module_init (wm8988_modinit) | |
module_exit (wm8988_exit) | |
MODULE_DESCRIPTION ("ASoC WM8988 driver") | |
MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define WM8988_FORMATS |
#define WM8988_RATES SNDRV_PCM_RATE_8000_96000 |
#define wm8988_reset | ( | c | ) | snd_soc_write(c, WM8988_RESET, 0) |
MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ASoC WM8988 driver" | ) |
module_exit | ( | wm8988_exit | ) |
module_init | ( | wm8988_modinit | ) |
MODULE_LICENSE | ( | "GPL" | ) |