diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-16 20:00:58 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-16 20:00:58 +0000 |
commit | 35d6fefe132bd4190969450782a4cf2bda1773f8 (patch) | |
tree | 23a94d43f413c36d952121b7659c6a0cbc3a83dd /linux/drivers/media/video/tda9887.c | |
parent | 2a143756fb26da430caa226e758a124467dd2fe9 (diff) | |
download | mediapointer-dvb-s2-35d6fefe132bd4190969450782a4cf2bda1773f8.tar.gz mediapointer-dvb-s2-35d6fefe132bd4190969450782a4cf2bda1773f8.tar.bz2 |
Added Secam L' std on tda9887 and common macros moved to videodev2.h
- Added SECAM L' video standard
- Common std macros moved to videodev2.h
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/tda9887.c')
-rw-r--r-- | linux/drivers/media/video/tda9887.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index ca76ad9c9..e918216ff 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -197,6 +197,15 @@ static struct tvnorm tvnorms[] = { cAudioIF_6_5 | cVideoIF_38_90 ), },{ + .std = V4L2_STD_SECAM_LC, + .name = "SECAM-L'", + .b = ( cOutputPort2Inactive | + cPositiveAmTV | + cQSS ), + .e = ( cGating_36 | + cAudioIF_6_5 | + cVideoIF_33_90 ), + },{ .std = V4L2_STD_SECAM_DK, .name = "SECAM-DK", .b = ( cNegativeFmTV | |