summaryrefslogtreecommitdiff
path: root/drivers/media/pci/bt8xx/bttvp.h
diff options
context:
space:
mode:
authorGuilherme Herrmann Destefani <linuxtv@destefani.eng.br>2012-09-25 18:10:52 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-06 12:14:01 -0300
commit34e59a7d45950b1a03e498d34c1baf4998218cd7 (patch)
tree357721b0115314a63c060f282b4c2353e3f8dbc1 /drivers/media/pci/bt8xx/bttvp.h
parent38a7996cbb26ddd6b595e2fafa9742aefcb2f115 (diff)
downloadlinux-rt-34e59a7d45950b1a03e498d34c1baf4998218cd7.tar.gz
[media] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLER
Added V4L2_CID_COLOR_KILLER control to the bt8xx driver. The control V4L2_CID_PRIVATE_CHROMA_AGC was changed too because with this change the bttv driver must touch two bits in the SC Loop Control Registers, for controls V4L2_CID_COLOR_KILLER and V4L2_CID_PRIVATE_CHROMA_AGC. Signed-off-by: Guilherme Herrmann Destefani <linuxtv@destefani.eng.br> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttvp.h')
-rw-r--r--drivers/media/pci/bt8xx/bttvp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttvp.h b/drivers/media/pci/bt8xx/bttvp.h
index 70fd4f23f605..9ec0adba236c 100644
--- a/drivers/media/pci/bt8xx/bttvp.h
+++ b/drivers/media/pci/bt8xx/bttvp.h
@@ -429,6 +429,7 @@ struct bttv {
int opt_lumafilter;
int opt_automute;
int opt_chroma_agc;
+ int opt_color_killer;
int opt_adc_crush;
int opt_vcr_hack;
int opt_whitecrush_upper;