[media] v4l: Remove "_ACTUAL" from subdev selection API target definition names
The string "_ACTUAL" does not say anything more about the target names. Drop it. V4L2 selection API was changed by "V4L: Remove "_ACTIVE" from the selection target name definitions" by Sylwester Nawrocki. This patch does the same for the V4L2 subdev API. Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
c133482300
commit
1ec0ed0839
@@ -128,14 +128,19 @@ struct v4l2_subdev_frame_interval_enum {
|
||||
#define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG (1 << 2)
|
||||
|
||||
/* active cropping area */
|
||||
#define V4L2_SUBDEV_SEL_TGT_CROP_ACTUAL 0x0000
|
||||
#define V4L2_SUBDEV_SEL_TGT_CROP 0x0000
|
||||
/* cropping bounds */
|
||||
#define V4L2_SUBDEV_SEL_TGT_CROP_BOUNDS 0x0002
|
||||
/* current composing area */
|
||||
#define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL 0x0100
|
||||
#define V4L2_SUBDEV_SEL_TGT_COMPOSE 0x0100
|
||||
/* composing bounds */
|
||||
#define V4L2_SUBDEV_SEL_TGT_COMPOSE_BOUNDS 0x0102
|
||||
|
||||
/* backward compatibility definitions */
|
||||
#define V4L2_SUBDEV_SEL_TGT_CROP_ACTUAL \
|
||||
V4L2_SUBDEV_SEL_TGT_CROP
|
||||
#define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL \
|
||||
V4L2_SUBDEV_SEL_TGT_COMPOSE
|
||||
|
||||
/**
|
||||
* struct v4l2_subdev_selection - selection info
|
||||
|
Reference in New Issue
Block a user