media: v4l2-controls_rockchip: add private controls for audio

Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com>
Change-Id: I6f4f68d46f94924cab1530ec459f95bc0e4ca5a8
This commit is contained in:
Dingxian Wen
2020-12-14 15:46:35 +08:00
committed by Tao Huang
parent 033c4bd29f
commit 4dac63bc50

View File

@ -36,4 +36,7 @@
#define RK_V4L2_CID_VTS (V4L2_CID_USER_RK_BASE + 4) #define RK_V4L2_CID_VTS (V4L2_CID_USER_RK_BASE + 4)
#define RK_V4L2_CID_CLS_EXP (V4L2_CID_USER_RK_BASE + 5) #define RK_V4L2_CID_CLS_EXP (V4L2_CID_USER_RK_BASE + 5)
#define RK_V4L2_CID_AUDIO_SAMPLING_RATE (V4L2_CID_USER_RK_BASE + 0x100)
#define RK_V4L2_CID_AUDIO_PRESENT (V4L2_CID_USER_RK_BASE + 0x101)
#endif #endif