aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrej Drejhammar <frej.drejhammar@gmail.com>2008-03-23 22:43:25 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:07:56 -0300
commit0b5afdd2ea5f52d260d1e42d43fb0fa09ec0da2f (patch)
treeefbe3e236ad24d86349051a9f12de5c74cd0a609
parentV4L/DVB (7462): bttv: Fix some API non-compliances for some audio/input V4L2 calls (diff)
downloadlinux-dev-0b5afdd2ea5f52d260d1e42d43fb0fa09ec0da2f.tar.xz
linux-dev-0b5afdd2ea5f52d260d1e42d43fb0fa09ec0da2f.zip
V4L/DVB (7463): cx88: Enable color killer by default
An enabled color killer will not degrade picture quality for color input signals, only suppress bogus color information on black-and-white input. Therefore enable it by default. Signed-off-by: Frej Drejhammar <frej.drejhammar@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/cx88/cx88-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index 548ec492c6b6..eea23f95edb7 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -245,7 +245,7 @@ static struct cx88_ctrl cx8800_ctls[] = {
.name = "Color killer",
.minimum = 0,
.maximum = 1,
- .default_value = 0x0,
+ .default_value = 0x1,
.type = V4L2_CTRL_TYPE_BOOLEAN,
},
.reg = MO_INPUT_FORMAT,