[media] cx231xx: properly set active line count for PAL/SECAM
commit222c43520513f308ad50308d134c8ea62d7d5cf1
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Thu, 19 Aug 2010 16:45:56 +0000 (19 13:45 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:36 +0000 (21 01:17 -0200)
treeaf3044894562a4090ce4a204ca2af1807de268e9
parent2ded0fe140738accc4213d08b5605f7805fd18d3
[media] cx231xx: properly set active line count for PAL/SECAM

The cx231xx_do_mode_ctrl_overrides() function was not touching the vactive line
count for PAL/SECAM modes, which in some use cases results in it being left in
the chip default state of 480 (NTSC).

Explicitly set the values, as is already done for NTSC.

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-avcore.c