Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261793AbVECPj0 (ORCPT ); Tue, 3 May 2005 11:39:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261794AbVECPj0 (ORCPT ); Tue, 3 May 2005 11:39:26 -0400 Received: from fire.osdl.org ([65.172.181.4]:55192 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261793AbVECPim (ORCPT ); Tue, 3 May 2005 11:38:42 -0400 Date: Tue, 3 May 2005 08:38:22 -0700 From: "Randy.Dunlap" To: Mauro Carvalho Chehab Cc: linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] PAL-M support fix for CX88 chipsets Message-Id: <20050503083822.68a116d4.rddunlap@osdl.org> In-Reply-To: <42777318.2070508@brturbo.com.br> References: <42777318.2070508@brturbo.com.br> Organization: OSDL X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: SvC&!/v_Hr`MvpQ*|}uez16KH[#EmO2Tn~(r-y+&Jb}?Zhn}c:Eee&zq`cMb_[5`tT(22ms (.P84,bq_GBdk@Kgplnrbj;Y`9IF`Q4;Iys|#3\?*[:ixU(UR.7qJT665DxUP%K}kC0j5,UI+"y-Sw mn?l6JGvyI^f~2sSJ8vd7s[/CDY]apD`a;s1Wf)K[,.|-yOLmBl0id) return palm; | | return (norm->id & V4L2_STD_625_50) ? pal : ntsc; | } | @@ -749,6 +752,8 @@ static unsigned int inline norm_notchfil | | static unsigned int inline norm_htotal(struct cx88_tvnorm *norm) | { | + // Should allways be Line Draw Time / 4FSC | + if (V4L2_STD_PAL_M & norm->id) return 909; | return (norm->id & V4L2_STD_625_50) ? 1135 : 910; | } --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/