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

V4L/DVB (4417): Add support for PAL-Nc in cx24850.

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
704fd4a5 56b8df11

+4
+4
drivers/media/video/cx25840/cx25840-vbi.c
··· 111 111 uv_lpf=0; 112 112 comb=0; 113 113 sc=0x0a425f; 114 + } else if (std == V4L2_STD_PAL_Nc) { 115 + uv_lpf=1; 116 + comb=0x20; 117 + sc=556453; 114 118 } else { 115 119 uv_lpf=1; 116 120 comb=0x20;