]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fix black/white-only svideo input in vpx3220 decoder
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 17 Oct 2005 03:29:25 +0000 (20:29 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 17 Oct 2005 15:59:10 +0000 (08:59 -0700)
commitde21eb63add932c61e018d20a760dcaed8c3e40c
treea6b121b5759c12e15e09a0f7235c7386daa8d571
parent9b3acc21d7677787ef456d17574a084a1c1193ae
[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 <rbultje@ronald.bitfreak.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/vpx3220.c