summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-08-06 15:02:52 +0000
committerMichael Krufky <devnull@localhost>2005-08-06 15:02:52 +0000
commit38c9039c7a5cc1909c841f420b52135509166a76 (patch)
tree9e6ea4c26e186b5727715a6ce3f584ccc2039ae4
parentdb3d51e152e3ca19af58dd03b5b77f74fa0b0840 (diff)
downloadmediapointer-dvb-s2-38c9039c7a5cc1909c841f420b52135509166a76.tar.gz
mediapointer-dvb-s2-38c9039c7a5cc1909c841f420b52135509166a76.tar.bz2
- Correct the deemphasis for NTSC to 75us.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r--linux/drivers/media/video/tda9887.c2
-rw-r--r--v4l/ChangeLog8
2 files changed, 9 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c
index 8fad25d2b..f54dbef9e 100644
--- a/linux/drivers/media/video/tda9887.c
+++ b/linux/drivers/media/video/tda9887.c
@@ -208,7 +208,7 @@ static struct tvnorm tvnorms[] = {
.b = ( cNegativeFmTV |
cQSS ),
.c = ( cDeemphasisON |
- cDeemphasis50 ),
+ cDeemphasis75 ),
.e = ( cGating_36 |
cAudioIF_4_5 |
cVideoIF_45_75 ),
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index c1506d03c..15ee26dfc 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-06 14:51 mkrufky
+ * tda9887.c:
+ - Correct the deemphasis for NTSC to 75us.
+
+ Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
+ Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-08-05 08:26 mkrufky
* cx88-cards.c:
- Corrected GPIO values for cards #28 & #31 for s-video and composite.