diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-02 20:07:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:28 -0500 |
commit | df0cca174b4d85ea041509a13e5e68b377758bf1 (patch) | |
tree | 1e35b52b855b4bb3d2359e04dbe70a0cce6df836 /drivers/media/dvb/mantis/mantis_vp1033.h | |
parent | bd1fcac0148fb4a44395227edb0ff8ee31e09de1 (diff) |
V4L/DVB (13706): [MB86A16] Overhaul
* better ISR handling
* I2C fixes
* better handling of configurations
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp1033.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1033.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp1033.h b/drivers/media/dvb/mantis/mantis_vp1033.h index d50f09233ffb..e24570659d55 100644 --- a/drivers/media/dvb/mantis/mantis_vp1033.h +++ b/drivers/media/dvb/mantis/mantis_vp1033.h | |||
@@ -21,10 +21,14 @@ | |||
21 | #ifndef __MANTIS_VP1033_H | 21 | #ifndef __MANTIS_VP1033_H |
22 | #define __MANTIS_VP1033_H | 22 | #define __MANTIS_VP1033_H |
23 | 23 | ||
24 | #include "stv0299.h" | ||
25 | #include "dvb_frontend.h" | 24 | #include "dvb_frontend.h" |
25 | #include "mantis_common.h" | ||
26 | #include "stv0299.h" | ||
27 | |||
28 | #define MANTIS_VP_1033_DVB_S 0x0016 | ||
26 | 29 | ||
27 | extern struct stv0299_config lgtdqcs001f_config; | 30 | extern struct stv0299_config lgtdqcs001f_config; |
31 | extern struct mantis_hwconfig vp1033_mantis_config; | ||
28 | 32 | ||
29 | extern int lgtdqcs001f_tuner_set(struct dvb_frontend *fe, | 33 | extern int lgtdqcs001f_tuner_set(struct dvb_frontend *fe, |
30 | struct dvb_frontend_parameters *params); | 34 | struct dvb_frontend_parameters *params); |