ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelay

The name vblankDelay is clearer.

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
David Plowman
2021-03-08 22:39:39 +00:00
committed by Laurent Pinchart
parent 8f3a54ae6a
commit 3a59555414
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ enum ConfigOutputParameters {
struct SensorConfig {
uint32 gainDelay;
uint32 exposureDelay;
uint32 vblank;
uint32 vblankDelay;
uint32 sensorMetadata;
};