diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-20 11:58:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:43 -0500 |
commit | 54da49f5a4c739cf8de7838e049d0f9f548008d8 (patch) | |
tree | e62a0423ada92750970b61323c166673a8bb3821 /drivers/media/video/cx88/cx88.h | |
parent | c526ab91a24b79cf57b8bff2fa69db0b5f4df290 (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.h | 12 |
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); | |||
629 | int cx8802_resume_common(struct pci_dev *pci_dev); | 629 | int cx8802_resume_common(struct pci_dev *pci_dev); |
630 | 630 | ||
631 | /* ----------------------------------------------------------- */ | 631 | /* ----------------------------------------------------------- */ |
632 | /* cx88-video.c */ | 632 | /* cx88-video.c*/ |
633 | extern int cx88_do_ioctl(struct inode *inode, struct file *file, int radio, | 633 | extern unsigned int cx88_tvnormsize; |
634 | struct cx88_core *core, unsigned int cmd, | 634 | extern struct v4l2_tvnorm cx88_tvnorms[]; |
635 | void *arg, v4l2_kioctl driver_ioctl); | ||
636 | extern const u32 cx88_user_ctrls[]; | 635 | extern const u32 cx88_user_ctrls[]; |
637 | extern int cx8800_ctrl_query(struct v4l2_queryctrl *qctrl); | 636 | extern int cx8800_ctrl_query(struct v4l2_queryctrl *qctrl); |
637 | int cx88_enum_input (struct cx88_core *core,struct v4l2_input *i); | ||
638 | int cx88_set_freq (struct cx88_core *core,struct v4l2_frequency *f); | ||
639 | int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl); | ||
640 | int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl); | ||
641 | int cx88_video_mux(struct cx88_core *core, unsigned int input); | ||
638 | 642 | ||
639 | /* ----------------------------------------------------------- */ | 643 | /* ----------------------------------------------------------- */ |
640 | /* cx88-blackbird.c */ | 644 | /* cx88-blackbird.c */ |