summaryrefslogtreecommitdiff
path: root/src/mediactl.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-10-11 11:42:49 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-10-14 12:07:59 +0200
commit07f0d83095c5ca26de9031946ebeec05f24a18e7 (patch)
treebcab76fc869bed51e0bb0b59dc0cf42391c2a2be /src/mediactl.h
parent7266b1b5433b5644a06f05edf61c36864ab11683 (diff)
Print media device information when called with -p/--print
In addition to printing pipeline information, print the media device information. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/mediactl.h')
-rw-r--r--src/mediactl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mediactl.h b/src/mediactl.h
index d4dfc65..1b47b7e 100644
--- a/src/mediactl.h
+++ b/src/mediactl.h
@@ -54,6 +54,7 @@ struct media_entity {
struct media_device {
int fd;
+ struct media_device_info info;
struct media_entity *entities;
unsigned int entities_count;
void (*debug_handler)(void *, ...);