diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-05-12 19:31:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:00:21 -0400 |
commit | cd20ca9f194323c74ecccf15a3f5ff6c44effe69 (patch) | |
tree | 36e8ad6eab353a34dec9713f9bfbfb7c5060a844 /drivers/media/video/cx88/cx88.h | |
parent | 9a10655ffa20b596fd162b1c96301f3bed752918 (diff) |
V4L/DVB (4012): Fix cx24123 diseqc
Rework diseqc support to be more in line with the other demod drivers.
Fix Nova-S-Plus/Nova-SE2 diseqc.
Cleanup API.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 8413e54ef4b..411bb9f39c7 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -298,6 +298,7 @@ struct cx88_core { | |||
298 | /* config info -- dvb */ | 298 | /* config info -- dvb */ |
299 | struct dvb_pll_desc *pll_desc; | 299 | struct dvb_pll_desc *pll_desc; |
300 | unsigned int pll_addr; | 300 | unsigned int pll_addr; |
301 | int (*prev_set_voltage)(struct dvb_frontend* fe, fe_sec_voltage_t voltage); | ||
301 | 302 | ||
302 | /* state info */ | 303 | /* state info */ |
303 | struct task_struct *kthread; | 304 | struct task_struct *kthread; |