Skip to content

Commit 41a9d53

Browse files
Zefa Chenrkhuangtao
authored andcommitted
include: rk-camera-module: add cmd of RKMODULE_GET_SPD_RATIO
Change-Id: I398507ea699a71325a635cee8a9ce3e23ec8f1b0 Signed-off-by: Zefa Chen <[email protected]>
1 parent 49f1524 commit 41a9d53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/uapi/linux/rk-camera-module.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@
210210
#define RKMODULE_SET_BLC \
211211
_IOW('V', BASE_VIDIOC_PRIVATE + 48, struct rkmodule_blc_group)
212212

213+
#define RKMODULE_GET_SPD_RATIO \
214+
_IOR('V', BASE_VIDIOC_PRIVATE + 49, struct rkmodule_dcg_ratio)
215+
213216
struct rkmodule_i2cdev_info {
214217
__u8 slave_addr;
215218
} __attribute__ ((packed));

0 commit comments

Comments
 (0)