diff options
author | Frej Drejhammar <frej.drejhammar@gmail.com> | 2008-03-23 21:43:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:55 -0400 |
commit | 87a1738919ef028d16c462437e1480fc67338cd3 (patch) | |
tree | 95c14ec78c58c1cb0ca883e5a2d3cb05818f04ed /drivers/media/video/cx88/cx88-video.c | |
parent | 6d04203c7f49a4d93304b5754de5457297fa04eb (diff) |
V4L/DVB (7452): cx88: Enable chroma AGC by default for all non-SECAM modes
An enabled chroma AGC will not degrade picture quality if enabled on a
color PAL or NTSC signal with nominal signal levels. It will give a
significant color reproduction improvement if the chroma signals
diverge from nominal levels. Therefore enable chroma AGC by default
for PAL and NTSC standards.
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/cx88-video.c')
-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 7ec6763f0e79..f9bcb9dc8582 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -233,7 +233,7 @@ static struct cx88_ctrl cx8800_ctls[] = { | |||
233 | .name = "Chroma AGC", | 233 | .name = "Chroma AGC", |
234 | .minimum = 0, | 234 | .minimum = 0, |
235 | .maximum = 1, | 235 | .maximum = 1, |
236 | .default_value = 0x0, | 236 | .default_value = 0x1, |
237 | .type = V4L2_CTRL_TYPE_BOOLEAN, | 237 | .type = V4L2_CTRL_TYPE_BOOLEAN, |
238 | }, | 238 | }, |
239 | .reg = MO_INPUT_FORMAT, | 239 | .reg = MO_INPUT_FORMAT, |