#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/ioctl.h>
#include <asm/uaccess.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
#include <media/v4l2-device.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-ctrls.h>
#include <media/wm8775.h>
Go to the source code of this file.
|
#define | ALC_HOLD 0x85 /* R17: use zero cross detection, ALC hold time 42.6 ms */ |
|
#define | ALC_EN 0x100 /* R17: ALC enable */ |
|
|
enum | {
R7 = 7,
R11 = 11,
R12,
R13,
R14,
R15,
R16,
R17,
R18,
R19,
R20,
R21,
R23 = 23,
TOT_REGS
} |
|
#define ALC_EN 0x100 /* R17: ALC enable */ |
#define ALC_HOLD 0x85 /* R17: use zero cross detection, ALC hold time 42.6 ms */ |
- Enumerator:
R7 |
|
R11 |
|
R12 |
|
R13 |
|
R14 |
|
R15 |
|
R16 |
|
R17 |
|
R18 |
|
R19 |
|
R20 |
|
R21 |
|
R23 |
|
TOT_REGS |
|
Definition at line 48 of file wm8775.c.
MODULE_AUTHOR |
( |
"Ulf |
Eklund, |
|
|
Hans Verkuil" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"wm8775 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
wm8775_id |
|
|
) |
| |
module_i2c_driver |
( |
wm8775_driver |
| ) |
|