#include <linux/module.h>
#include <linux/ioctl.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <media/v4l2-device.h>
#include <media/v4l2-chip-ident.h>
Go to the source code of this file.
| #define LEVEL_ADJUST 0x02 |
| #define STEREO_ADJUST 0x03 |
| #define TDA9840_SET_BOTH 0x1a |
| #define TDA9840_SET_BOTH_R 0x16 |
| #define TDA9840_SET_EXTERNAL 0x7a |
| #define TDA9840_SET_LANG1 0x12 |
| #define TDA9840_SET_LANG2 0x1e |
| #define TDA9840_SET_MONO 0x10 |
| #define TDA9840_SET_MUTE 0x00 |
| #define TDA9840_SET_STEREO 0x2a |
| MODULE_DESCRIPTION |
( |
"tda9840 driver" |
| ) |
|
| MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
tda9840_id |
|
|
) |
| |
| module_i2c_driver |
( |
tda9840_driver |
| ) |
|