mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user