Skip to content

Commit 003c492

Browse files
Jacopo MondiHans Verkuil
authored andcommitted
media: Documentation: mali-c55: Use v4l2-isp version identifier
The Mali C55 driver uses the v4l2-isp framework, which defines its own versioning numbers. Do not use the Mali C55 specific version identifier in the code example in the documentation of the Mali C55 stats and params metadata formats. Signed-off-by: Jacopo Mondi <[email protected]> Reviewed-by: Daniel Scally <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 8f0b4cc commit 003c492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ member and userspace must populate the type member with a value from
4444
struct v4l2_isp_params_buffer *params =
4545
(struct v4l2_isp_params_buffer *)buffer;
4646
47-
params->version = MALI_C55_PARAM_BUFFER_V1;
47+
params->version = V4L2_ISP_PARAMS_VERSION_V1;
4848
params->data_size = 0;
4949
5050
void *data = (void *)params->data;

0 commit comments

Comments
 (0)