summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHu Kejun <william.hu@rock-chips.com>2018-11-30 15:13:35 +0800
committerTao Huang <huangtao@rock-chips.com>2019-01-24 14:28:30 +0800
commit60edcb0765113a21387de88e0df6b97984dfa0d9 (patch)
tree878ebcd9b297fa6d90cdc996395134f0ea961403 /include
parentbf14d07061b46604781fe23a9a2f62b7853e4407 (diff)
media: rk-isp10: add control for clear exposure list
Change-Id: I57aae7bfcf54d0055b63824fb608e6beb621e974 Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/v4l2-controls_rockchip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-controls_rockchip.h b/include/media/v4l2-controls_rockchip.h
index c185a58e33da..62c2b8d87c7f 100644
--- a/include/media/v4l2-controls_rockchip.h
+++ b/include/media/v4l2-controls_rockchip.h
@@ -34,4 +34,6 @@
#define RK_V4L2_CID_GAIN_PERCENT (V4L2_CID_USER_RK_BASE + 2)
#define RK_V4L2_CID_AUTO_FPS (V4L2_CID_USER_RK_BASE + 3)
#define RK_V4L2_CID_VTS (V4L2_CID_USER_RK_BASE + 4)
+#define RK_V4L2_CID_CLS_EXP (V4L2_CID_USER_RK_BASE + 5)
+
#endif