summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-16 20:00:58 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-16 20:00:58 +0000
commit35d6fefe132bd4190969450782a4cf2bda1773f8 (patch)
tree23a94d43f413c36d952121b7659c6a0cbc3a83dd /linux/drivers/media/video/tda9887.c
parent2a143756fb26da430caa226e758a124467dd2fe9 (diff)
downloadmediapointer-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.c9
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 |