diff options
Diffstat (limited to 'src/mediactl-priv.h')
-rw-r--r-- | src/mediactl-priv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mediactl-priv.h b/src/mediactl-priv.h index 37e60aa..4644165 100644 --- a/src/mediactl-priv.h +++ b/src/mediactl-priv.h @@ -49,6 +49,13 @@ struct media_device { void (*debug_handler)(void *, ...); void *debug_priv; + + struct { + struct media_entity *v4l; + struct media_entity *fb; + struct media_entity *alsa; + struct media_entity *dvb; + } def; }; #define media_dbg(media, ...) \ |