Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/regmap.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 "alc5632.h"
Go to the source code of this file.
Data Structures | |
struct | alc5632_priv |
struct | _pll_div |
struct | _coeff_div |
Macros | |
#define | ALC5632_ADD2_POWER_EN (ALC5632_PWR_ADD2_VREF) |
#define | ALC5632_ADD3_POWER_EN (ALC5632_PWR_ADD3_MIC1_BOOST_AD) |
#define | ALC5632_ADD1_POWER_EN |
#define | ALC5632_FORMATS |
#define | alc5632_suspend NULL |
#define | alc5632_resume NULL |
Functions | |
MODULE_DEVICE_TABLE (i2c, alc5632_i2c_table) | |
module_i2c_driver (alc5632_i2c_driver) | |
MODULE_DESCRIPTION ("ASoC ALC5632 driver") | |
MODULE_AUTHOR ("Leon Romanovsky <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define ALC5632_ADD1_POWER_EN |
#define ALC5632_ADD2_POWER_EN (ALC5632_PWR_ADD2_VREF) |
#define ALC5632_ADD3_POWER_EN (ALC5632_PWR_ADD3_MIC1_BOOST_AD) |
#define ALC5632_FORMATS |
MODULE_AUTHOR | ( | "Leon Romanovsky <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ASoC ALC5632 driver" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
alc5632_i2c_table | |||
) |
module_i2c_driver | ( | alc5632_i2c_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |