mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
Merge branch 'my_fixes' of git://github.com/sschnelle/facetimehd
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <linux/mutex.h>
|
||||
#include <media/videobuf2-dma-sg.h>
|
||||
#include <media/v4l2-device.h>
|
||||
#include <media/v4l2-ctrls.h>
|
||||
#include "fthd_reg.h"
|
||||
#include "fthd_ringbuf.h"
|
||||
#include "fthd_buffer.h"
|
||||
@@ -69,7 +70,7 @@ struct fthd_private {
|
||||
|
||||
/* waitqueue for signaling command completion */
|
||||
wait_queue_head_t cmd_wq;
|
||||
int cmd_ready;
|
||||
|
||||
/* Mapped PCI resources */
|
||||
void __iomem *s2_io;
|
||||
u32 s2_io_len;
|
||||
@@ -124,6 +125,7 @@ struct fthd_private {
|
||||
struct vb2_alloc_ctx *alloc_ctx;
|
||||
struct h2t_buf_ctx h2t_bufs[FTHD_BUFFERS];
|
||||
|
||||
struct v4l2_ctrl_handler v4l2_ctrl_handler;
|
||||
int frametime;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user