mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: i2c: ox03c10 fixes lenc bit_width error
Change-Id: I008ebf8a3a8a3da919d56866c3bef1ef495e0a61 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -5052,7 +5052,7 @@ static long ox03c10_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg)
|
||||
break;
|
||||
case RKMODULE_GET_LENC_INFO:
|
||||
lenc_info = (struct rkmodule_lenc_info *)arg;
|
||||
lenc_info->bit_width = 10;
|
||||
lenc_info->bit_width = 6;
|
||||
lenc_info->grid_num = 64;
|
||||
break;
|
||||
case RKMODULE_SET_LENC:
|
||||
|
||||
Reference in New Issue
Block a user