diff options
author | Frej Drejhammar <frej.drejhammar@gmail.com> | 2008-03-23 21:43:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:56 -0400 |
commit | 0b5afdd2ea5f52d260d1e42d43fb0fa09ec0da2f (patch) | |
tree | efbe3e236ad24d86349051a9f12de5c74cd0a609 /drivers/media/video/cx88 | |
parent | d69b2e41a5f6d934d01cc62f314697a60356b466 (diff) |
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>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 2 |
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[] = { | |||
245 | .name = "Color killer", | 245 | .name = "Color killer", |
246 | .minimum = 0, | 246 | .minimum = 0, |
247 | .maximum = 1, | 247 | .maximum = 1, |
248 | .default_value = 0x0, | 248 | .default_value = 0x1, |
249 | .type = V4L2_CTRL_TYPE_BOOLEAN, | 249 | .type = V4L2_CTRL_TYPE_BOOLEAN, |
250 | }, | 250 | }, |
251 | .reg = MO_INPUT_FORMAT, | 251 | .reg = MO_INPUT_FORMAT, |