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/include | |
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/include')
-rw-r--r-- | linux/include/media/saa7146_vv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/saa7146_vv.h b/linux/include/media/saa7146_vv.h index fae89e7d0..148de96ae 100644 --- a/linux/include/media/saa7146_vv.h +++ b/linux/include/media/saa7146_vv.h @@ -149,7 +149,8 @@ struct saa7146_extension_ioctls }; /* flags */ -#define SAA7146_EXT_SWAP_ODD_EVEN 0x1 /* needs odd/even fields swapped */ +#define SAA7146_EXT_SWAP_ODD_EVEN 0x1 /* needs odd/even fields swapped */ +#define SAA7146_USE_PORT_B_FOR_VBI 0x2 /* use input port b for vbi hardware bug workaround */ struct saa7146_ext_vv { |