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:
Laurent Pinchart
2020-03-01 22:02:37 +02:00
parent 73b7ba9da5
commit e5a9e6e9cd
15 changed files with 100 additions and 101 deletions
+1 -1
View File
@@ -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;