summaryrefslogtreecommitdiff
path: root/src/libcamera/include/media_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/include/media_device.h')
-rw-r--r--src/libcamera/include/media_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcamera/include/media_device.h b/src/libcamera/include/media_device.h
index 3fcdb4b4..8d491a87 100644
--- a/src/libcamera/include/media_device.h
+++ b/src/libcamera/include/media_device.h
@@ -54,6 +54,8 @@ private:
std::vector<MediaEntity *> entities_;
+ struct media_v2_interface *findInterface(const struct media_v2_topology &topology,
+ unsigned int entityId);
bool populateEntities(const struct media_v2_topology &topology);
bool populatePads(const struct media_v2_topology &topology);
bool populateLinks(const struct media_v2_topology &topology);