aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:00 -0500
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-09 12:25:00 -0500
commitf3c5987a386300abea9854b32814d0eab7af7841 (patch)
treebcfb784dd25b6ef1ca02c4e6ddf5aed7e2a9375e /drivers/media/video/tda9887.c
parent13d133bc66ea78cf2d60c78a41082c87432e0e94 (diff)
V4L (0987): 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 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 7165a1b9625a..93bf10436b82 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -190,6 +190,15 @@ static struct tvnorm tvnorms[] = {
190 cAudioIF_6_5 | 190 cAudioIF_6_5 |
191 cVideoIF_38_90 ), 191 cVideoIF_38_90 ),
192 },{ 192 },{
193 .std = V4L2_STD_SECAM_LC,
194 .name = "SECAM-L'",
195 .b = ( cOutputPort2Inactive |
196 cPositiveAmTV |
197 cQSS ),
198 .e = ( cGating_36 |
199 cAudioIF_6_5 |
200 cVideoIF_33_90 ),
201 },{
193 .std = V4L2_STD_SECAM_DK, 202 .std = V4L2_STD_SECAM_DK,
194 .name = "SECAM-DK", 203 .name = "SECAM-DK",
195 .b = ( cNegativeFmTV | 204 .b = ( cNegativeFmTV |