diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-05 16:08:38 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-05 16:08:38 -0200 |
commit | 0cb9746f402b6eb2d3220ae59b522cddf4db9bcd (patch) | |
tree | ad18dad0157ba363ccf18dc49c55a566f2dd917a /linux/drivers/media/common/tuners/tda9887.c | |
parent | 3158ca28c70ee3bd15dfc924f0352bfb8e633062 (diff) | |
parent | 3abc5a28999dce72afa17a7a057122a088affef7 (diff) | |
download | mediapointer-dvb-s2-0cb9746f402b6eb2d3220ae59b522cddf4db9bcd.tar.gz mediapointer-dvb-s2-0cb9746f402b6eb2d3220ae59b522cddf4db9bcd.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/common/tuners/tda9887.c')
-rw-r--r-- | linux/drivers/media/common/tuners/tda9887.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/common/tuners/tda9887.c b/linux/drivers/media/common/tuners/tda9887.c index effbf31da..8df82bfab 100644 --- a/linux/drivers/media/common/tuners/tda9887.c +++ b/linux/drivers/media/common/tuners/tda9887.c @@ -181,11 +181,10 @@ static struct tvnorm tvnorms[] = { },{ .std = V4L2_STD_SECAM_B | V4L2_STD_SECAM_G | V4L2_STD_SECAM_H, .name = "SECAM-BGH", - .b = ( cPositiveAmTV | + .b = ( cNegativeFmTV | cQSS ), .c = ( cTopDefault), - .e = ( cGating_36 | - cAudioIF_5_5 | + .e = ( cAudioIF_5_5 | cVideoIF_38_90 ), },{ .std = V4L2_STD_SECAM_L, |