|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/i2c.h>#include <linux/slab.h>#include <sound/core.h>#include <sound/soc.h>#include <sound/tlv.h>Go to the source code of this file.
Data Structures | |
| struct | lm4857 |
Macros | |
| #define | LM4857_MVOL 0 |
| #define | LM4857_LVOL 1 |
| #define | LM4857_RVOL 2 |
| #define | LM4857_CTRL 3 |
| #define | LM4857_3D 5 |
| #define | LM4857_WAKEUP 5 |
| #define | LM4857_EPGAIN 4 |
Functions | |
| MODULE_DEVICE_TABLE (i2c, lm4857_i2c_id) | |
| module_i2c_driver (lm4857_i2c_driver) | |
| MODULE_AUTHOR ("Lars-Peter Clausen <[email protected]>") | |
| MODULE_DESCRIPTION ("LM4857 amplifier driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Lars-Peter Clausen <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "LM4857 amplifier driver" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| lm4857_i2c_id | |||
| ) |
| module_i2c_driver | ( | lm4857_i2c_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2