Commit 2817154c authored by Marvin Lin's avatar Marvin Lin Committed by Hans Verkuil
Browse files

media: v4l2-ctrls: Add user control base for Nuvoton NPCM controls



Add a control base for Nuvoton NPCM driver controls, and reserve 16
controls.

Signed-off-by: default avatarMarvin Lin <milkfafa@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent d62d8e7b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -203,6 +203,12 @@ enum v4l2_colorfx {
 */
#define V4L2_CID_USER_ASPEED_BASE		(V4L2_CID_USER_BASE + 0x11a0)

/*
 * The base for Nuvoton NPCM driver controls.
 * We reserve 16 controls for this driver.
 */
#define V4L2_CID_USER_NPCM_BASE			(V4L2_CID_USER_BASE + 0x11b0)

/* MPEG-class control IDs */
/* The MPEG controls are applicable to all codec controls
 * and the 'MPEG' part of the define is historical */