media: v4l2-ctrl: add private controls base for TC35874X

Change-Id: I3e8cdb61e4403f5c6b22ad8cc6f8d7eab0a8cc00
Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com>
This commit is contained in:
Dingxian Wen
2020-08-07 14:55:17 +08:00
committed by Tao Huang
parent 177435e2ea
commit e7d6a11012

View File

@@ -186,6 +186,11 @@ enum v4l2_colorfx {
*/
#define V4L2_CID_USER_MAX217X_BASE (V4L2_CID_USER_BASE + 0x1090)
/* The base for the tc35874x driver controls.
* We reserve 16 controls for this driver.
*/
#define V4L2_CID_USER_TC35874X_BASE (V4L2_CID_USER_BASE + 0x10a0)
/* The base for the imx driver controls.
* We reserve 16 controls for this driver. */
#define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + 0x10b0)