libcamera: controls: Rename ControlRange to ControlInfo
To prepare for storage of additional information in the ControlRange structure, rename it to ControlInfo. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -33,7 +33,7 @@ struct ipa_control_value_entry {
|
||||
uint32_t padding[1];
|
||||
};
|
||||
|
||||
struct ipa_control_range_entry {
|
||||
struct ipa_control_info_entry {
|
||||
uint32_t id;
|
||||
uint32_t type;
|
||||
uint32_t offset;
|
||||
|
||||
Reference in New Issue
Block a user