summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-av-vbi.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-05-10 21:14:29 -0400
committerAndy Walls <awalls@radix.net>2009-05-10 21:14:29 -0400
commitf8bb2c583e80e1d67900051b691b9ef7069d3f6d (patch)
treed5cc05c63d7d0dadf4c9dd6b27fcb52945e4024e /linux/drivers/media/video/cx18/cx18-av-vbi.c
parentef9ce811383b9e45d06ed6728a8ef0491ba5e16c (diff)
downloadmediapointer-dvb-s2-f8bb2c583e80e1d67900051b691b9ef7069d3f6d.tar.gz
mediapointer-dvb-s2-f8bb2c583e80e1d67900051b691b9ef7069d3f6d.tar.bz2
cx18: Initial attempt to get sliced VBI working for 625 line systems
From: Andy Walls <awalls@radix.net> Initial changes to get sliced VBI for 625 line system working. This is patch is untested. Priority: normal Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-av-vbi.c')
-rw-r--r--linux/drivers/media/video/cx18/cx18-av-vbi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-av-vbi.c b/linux/drivers/media/video/cx18/cx18-av-vbi.c
index 23b31670b..640121448 100644
--- a/linux/drivers/media/video/cx18/cx18-av-vbi.c
+++ b/linux/drivers/media/video/cx18/cx18-av-vbi.c
@@ -255,8 +255,8 @@ int cx18_av_vbi_s_fmt(struct cx18 *cx, struct v4l2_format *fmt)
}
cx18_av_write(cx, 0x43c, 0x16);
- /* FIXME - should match vblank set in cx18_av_std_setup() */
- cx18_av_write(cx, 0x474, is_pal ? 0x2a : 26);
+ /* Should match vblank set in cx18_av_std_setup() */
+ cx18_av_write(cx, 0x474, is_pal ? 36 : 26);
return 0;
}