From: Ronald S. Bultje Date: Mon, 17 Oct 2005 03:29:25 +0000 (-0700) Subject: [PATCH] fix black/white-only svideo input in vpx3220 decoder X-Git-Tag: v2.6.14-rc5~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de21eb63add932c61e018d20a760dcaed8c3e40c;p=pandora-kernel.git [PATCH] fix black/white-only svideo input in vpx3220 decoder Fix the fact that the svideo input will only give input in black/white in some circumstances. Reason is that in the PCI controller driver (zr36067), after setting input, we reset norm, which overwrites the input register with the default. This patch makes it always set the correct value for the input when changing norm. Signed-off-by: Ronald S. Bultje Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed