diff options
author | Michael Hunold <devnull@localhost> | 2003-10-06 18:55:09 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-10-06 18:55:09 +0000 |
commit | 790720cf4b0284baba3bd526b38c70a324a4c3b9 (patch) | |
tree | f54e13dc50a828d347ced9d75959aa7bd52677da /linux/drivers/media/dvb/ttpci/av7110.h | |
parent | 03ddbdd9a49da4a2b8cf45cd1fb8ddca61da98ea (diff) | |
download | mediapointer-dvb-s2-790720cf4b0284baba3bd526b38c70a324a4c3b9.tar.gz mediapointer-dvb-s2-790720cf4b0284baba3bd526b38c70a324a4c3b9.tar.bz2 |
- add some debug and safety checks for video/vbi capture buffer handling
- fix init/exit of vbi capable devices
- add new flag SAA7146_USE_PORT_B_FOR_VBI, so we can distinguish
on which video port to apply the vbi workaround
- add del_timer(...) for vbi capture queue and vbi_read timers,
otherwise the kernel timer schedule oopses
- add vbi device handling for dvb-c cards with analog module
(does not work yet, have to setup the saa7113 decoder differently)
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110.h')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.h b/linux/drivers/media/dvb/ttpci/av7110.h index 46bf8acd2..c052847ac 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.h +++ b/linux/drivers/media/dvb/ttpci/av7110.h @@ -399,7 +399,9 @@ struct av7110 { struct dvb_device dvb_dev; struct dvb_net dvb_net; + struct video_device v4l_dev; + struct video_device vbi_dev; struct saa7146_dev *dev; |