aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2010-03-11 21:27:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:50:16 -0300
commit7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78 (patch)
treee851423ecb63c95e326f45707fce8852641379e9 /include/linux/videodev2.h
parentfea551fae99c79f43e519cf53e35462ff5ce2a03 (diff)
downloadkernel_samsung_smdk4412-7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78.zip
kernel_samsung_smdk4412-7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78.tar.gz
kernel_samsung_smdk4412-7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78.tar.bz2
V4L/DVB: videodev2: introduce a common control for chroma gain
Introduce a new control for modifying the chroma gain. This allows for user intervention in abnormal signal conditions cases where the decoder's chroma AGC cannot compensate and the value needs to be adjusted manually. This work was sponsored by EyeMagnet Limited. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 3c26560..418dacf 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1030,8 +1030,11 @@ enum v4l2_colorfx {
#define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
#define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
+
+#define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
+
/* last CID + 1 */
-#define V4L2_CID_LASTP1 (V4L2_CID_BASE+36)
+#define V4L2_CID_LASTP1 (V4L2_CID_BASE+37)
/* MPEG-class control IDs defined by V4L2 */
#define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)