diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index fcdffdd63304..377a6c6e931b 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h | |||
@@ -153,6 +153,8 @@ struct videobuf_queue { | |||
153 | spinlock_t *irqlock; | 153 | spinlock_t *irqlock; |
154 | struct device *dev; | 154 | struct device *dev; |
155 | 155 | ||
156 | wait_queue_head_t wait; /* wait if queue is empty */ | ||
157 | |||
156 | enum v4l2_buf_type type; | 158 | enum v4l2_buf_type type; |
157 | unsigned int inputs; /* for V4L2_BUF_FLAG_INPUT */ | 159 | unsigned int inputs; /* for V4L2_BUF_FLAG_INPUT */ |
158 | unsigned int msize; | 160 | unsigned int msize; |