diff options
Diffstat (limited to 'include/media/media-device.h')
-rw-r--r-- | include/media/media-device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/media-device.h b/include/media/media-device.h index 5d2bff4fc9e0..6a27d916c250 100644 --- a/include/media/media-device.h +++ b/include/media/media-device.h | |||
@@ -73,6 +73,9 @@ struct media_device { | |||
73 | spinlock_t lock; | 73 | spinlock_t lock; |
74 | /* Serializes graph operations. */ | 74 | /* Serializes graph operations. */ |
75 | struct mutex graph_mutex; | 75 | struct mutex graph_mutex; |
76 | |||
77 | int (*link_notify)(struct media_pad *source, | ||
78 | struct media_pad *sink, u32 flags); | ||
76 | }; | 79 | }; |
77 | 80 | ||
78 | /* media_devnode to media_device */ | 81 | /* media_devnode to media_device */ |