diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-02-09 11:49:56 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-03-15 13:00:58 +0200 |
commit | 9b1a2a8c8b89b2c56afc155c67c78baefee19d28 (patch) | |
tree | 1175423dae473b3bf49fd0f4508414392c2dfe71 /include/linux/drm_fourcc.h | |
parent | 2a0baf47eb8a336f8378044dbeda9e7873a57d25 (diff) |
libcamera: camera_sensor: Drop updateControlInfo() function
The CameraSensor::updateControlInfo() function is a wrapper around the
same function of the V4L2Subdevice class. It was meant to be called by
pipeline handlers that modify the sensor configuration directly,
bypassing the CameraSensor::setFormat() function. This never happened,
and the function is called once only, internally to the CameraSensor
class. No external users are foreseen, drop the function and call
V4L2Subdevice::updateControlInfo() directly.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Diffstat (limited to 'include/linux/drm_fourcc.h')
0 files changed, 0 insertions, 0 deletions