summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_vp2033.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 04:39:14 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:30 -0200
commit2687d832fe0141015e2391f3755d9499e6efb83e (patch)
treebec7e2fb372dc566a2c302deae527d44c55ff353 /drivers/media/dvb/mantis/mantis_vp2033.h
parentf8e26cdec5ac25ae8d73e278e21033292de5430b (diff)
downloadop-kernel-dev-2687d832fe0141015e2391f3755d9499e6efb83e.zip
op-kernel-dev-2687d832fe0141015e2391f3755d9499e6efb83e.tar.gz
V4L/DVB (13719): [Mantis/VP-2033] Initial test switch to the tda10021, from the cu1216
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_vp2033.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_vp2033.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.h b/drivers/media/dvb/mantis/mantis_vp2033.h
index 513c491..fcf8b85 100644
--- a/drivers/media/dvb/mantis/mantis_vp2033.h
+++ b/drivers/media/dvb/mantis/mantis_vp2033.h
@@ -23,15 +23,15 @@
#include "dvb_frontend.h"
#include "mantis_common.h"
-#include "cu1216.h"
+#include "tda1002x.h"
#define MANTIS_VP_2033_DVB_C 0x0008
-extern struct cu1216_config philips_cu1216_config;
+extern struct tda1002x_config philips_cu1216_config;
extern struct mantis_hwconfig vp2033_mantis_config;
-extern int philips_cu1216_tuner_set(struct dvb_frontend *fe,
- struct dvb_frontend_parameters *params);
+extern int philips_cu1216_tuner_set(struct dvb_frontend *fe, struct dvb_frontend_parameters *params);
+extern u8 read_pwm(struct mantis_pci *mantis);
#endif // __MANTIS_VP2033_H
OpenPOWER on IntegriCloud