projects
/
media-ctl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Print media device information when called with -p/--print
[media-ctl.git]
/
src
/
mediactl.h
diff --git
a/src/mediactl.h
b/src/mediactl.h
index
d4dfc65
..
1b47b7e
100644
(file)
--- 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 *, ...);