aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-01-20 11:58:26 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:43 -0500
commit54da49f5a4c739cf8de7838e049d0f9f548008d8 (patch)
treee62a0423ada92750970b61323c166673a8bb3821 /drivers/media/video/cx88/cx88.h
parentc526ab91a24b79cf57b8bff2fa69db0b5f4df290 (diff)
V4L/DVB (5100): Make cx88-blackbird to work again
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.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index 97177c0d022f..5d2f40fe5b7d 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -629,12 +629,16 @@ int cx8802_suspend_common(struct pci_dev *pci_dev, pm_message_t state);
629int cx8802_resume_common(struct pci_dev *pci_dev); 629int cx8802_resume_common(struct pci_dev *pci_dev);
630 630
631/* ----------------------------------------------------------- */ 631/* ----------------------------------------------------------- */
632/* cx88-video.c */ 632/* cx88-video.c*/
633extern int cx88_do_ioctl(struct inode *inode, struct file *file, int radio, 633extern unsigned int cx88_tvnormsize;
634 struct cx88_core *core, unsigned int cmd, 634extern struct v4l2_tvnorm cx88_tvnorms[];
635 void *arg, v4l2_kioctl driver_ioctl);
636extern const u32 cx88_user_ctrls[]; 635extern const u32 cx88_user_ctrls[];
637extern int cx8800_ctrl_query(struct v4l2_queryctrl *qctrl); 636extern int cx8800_ctrl_query(struct v4l2_queryctrl *qctrl);
637int cx88_enum_input (struct cx88_core *core,struct v4l2_input *i);
638int cx88_set_freq (struct cx88_core *core,struct v4l2_frequency *f);
639int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl);
640int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl);
641int cx88_video_mux(struct cx88_core *core, unsigned int input);
638 642
639/* ----------------------------------------------------------- */ 643/* ----------------------------------------------------------- */
640/* cx88-blackbird.c */ 644/* cx88-blackbird.c */