diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 28bcf73..4b3f1bd 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -125,9 +125,15 @@ struct omap3_isp_pipeline { struct omap3_isp_device { struct media_device *mdev; - struct media_entity *ccdc; - struct media_entity *preview; - struct media_entity *sensor; + struct { + struct media_entity *entity; + } sensor; + struct { + struct media_entity *entity; + } ccdc; + struct { + struct media_entity *entity; + } preview; struct v4l2_mbus_framefmt sensor_format; |