aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7115.c
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2010-02-02 22:33:48 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-17 23:50:15 -0400
commitfea551fae99c79f43e519cf53e35462ff5ce2a03 (patch)
tree3a59a5b742c23ccf513f4143db8a7694a549e0d1 /drivers/media/video/saa7115.c
parent5fee334039550bdd5efed9e69af7860a66a9de37 (diff)
V4L/DVB: saa7115: enable anti-alias filter
This patch enables the anti-alias filter, which was originally enabled for the saa7113, but the saa7115_init_misc was trampling the value. Without this patch, there would be visible vertical bands in the chroma. Thanks to Andy Walls for helping test this change against other ivtv products. This work was sponsored by EyeMagnet Limited. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r--drivers/media/video/saa7115.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c
index c0a7f8a369f4..7d11660922f4 100644
--- a/drivers/media/video/saa7115.c
+++ b/drivers/media/video/saa7115.c
@@ -592,7 +592,7 @@ static const unsigned char saa7115_init_misc[] = {
592 R_5D_DID, 0xbd, 592 R_5D_DID, 0xbd,
593 R_5E_SDID, 0x35, 593 R_5E_SDID, 0x35,
594 594
595 R_02_INPUT_CNTL_1, 0x84, /* input tuner -> input 4, amplifier active */ 595 R_02_INPUT_CNTL_1, 0xc4, /* input tuner -> input 4, amplifier active */
596 596
597 R_80_GLOBAL_CNTL_1, 0x20, /* enable task B */ 597 R_80_GLOBAL_CNTL_1, 0x20, /* enable task B */
598 R_88_POWER_SAVE_ADC_PORT_CNTL, 0xd0, 598 R_88_POWER_SAVE_ADC_PORT_CNTL, 0xd0,