Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (4968): Add PAL-60 support for cx2584x.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
3a4456a0 e71ced1a

+8 -1
+8 -1
drivers/media/video/cx25840/cx25840-vbi.c
··· 128 128 uv_lpf=1; 129 129 130 130 src_decimation=0x21f; 131 - if (std == V4L2_STD_PAL_M) { 131 + if (std == V4L2_STD_PAL_60) { 132 + vblank=26; 133 + vblank656=26; 134 + burst=0x5b; 135 + luma_lpf=2; 136 + comb=0x20; 137 + sc=0x0a8263; 138 + } else if (std == V4L2_STD_PAL_M) { 132 139 vblank=20; 133 140 vblank656=24; 134 141 burst=0x61;