Skip to content

Commit 2817154

Browse files
linkunfaHans Verkuil
authored andcommitted
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: Marvin Lin <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent d62d8e7 commit 2817154

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/uapi/linux/v4l2-controls.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ enum v4l2_colorfx {
203203
*/
204204
#define V4L2_CID_USER_ASPEED_BASE (V4L2_CID_USER_BASE + 0x11a0)
205205

206+
/*
207+
* The base for Nuvoton NPCM driver controls.
208+
* We reserve 16 controls for this driver.
209+
*/
210+
#define V4L2_CID_USER_NPCM_BASE (V4L2_CID_USER_BASE + 0x11b0)
211+
206212
/* MPEG-class control IDs */
207213
/* The MPEG controls are applicable to all codec controls
208214
* and the 'MPEG' part of the define is historical */

0 commit comments

Comments
 (0)