diff --git a/[refs] b/[refs]
index 3cd201245f6f..3235bfa7cd12 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: fea551fae99c79f43e519cf53e35462ff5ce2a03
+refs/heads/master: 7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78
diff --git a/trunk/Documentation/DocBook/v4l/controls.xml b/trunk/Documentation/DocBook/v4l/controls.xml
index f46450610412..e1bdbb6eff84 100644
--- a/trunk/Documentation/DocBook/v4l/controls.xml
+++ b/trunk/Documentation/DocBook/v4l/controls.xml
@@ -266,6 +266,12 @@ minimum value disables backlight compensation.
boolean
Chroma automatic gain control.
+
+ V4L2_CID_CHROMA_GAIN
+ integer
+ Adjusts the Chroma gain control (for use when chroma AGC
+ is disabled).
+
V4L2_CID_COLOR_KILLER
boolean
diff --git a/trunk/include/linux/videodev2.h b/trunk/include/linux/videodev2.h
index 3c265603d735..418dacf5261d 100644
--- a/trunk/include/linux/videodev2.h
+++ b/trunk/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)