aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-11-04 14:19:35 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-11-07 12:55:15 -0200
commit4007a672abd88091e3cced158ec491d41c0c454c (patch)
tree277647b85227cfc9c7405df9c5fba725d764b0ac /drivers/media/video/saa7134/saa7134.h
parent2e8961330ec4b558a0f4db18ab5fb566842f492b (diff)
downloadkernel_samsung_smdk4412-4007a672abd88091e3cced158ec491d41c0c454c.zip
kernel_samsung_smdk4412-4007a672abd88091e3cced158ec491d41c0c454c.tar.gz
kernel_samsung_smdk4412-4007a672abd88091e3cced158ec491d41c0c454c.tar.bz2
V4L/DVB (13313): saa7134: add support for FORCE_TS_VALID mode for mpeg ts input
When FORCE_TS_VALID mode is enabled, the saa713x will accept MPEG TS input without requiring TS_VALID set high. This is required for some new boards to function properly, due to the hardware design implementation. The configuration is toggled within the board setup configuration. Boards that do not have this bit set will function as before with no change. Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r--drivers/media/video/saa7134/saa7134.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h
index 6ee3e9b..f8697d4 100644
--- a/drivers/media/video/saa7134/saa7134.h
+++ b/drivers/media/video/saa7134/saa7134.h
@@ -360,6 +360,7 @@ struct saa7134_board {
enum saa7134_mpeg_type mpeg;
enum saa7134_mpeg_ts_type ts_type;
unsigned int vid_port_opts;
+ unsigned int ts_force_val:1;
};
#define card_has_radio(dev) (NULL != saa7134_boards[dev->board].radio.name)