diff options
Diffstat (limited to 'linux/drivers/media/common/saa7146.h')
-rw-r--r-- | linux/drivers/media/common/saa7146.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146.h b/linux/drivers/media/common/saa7146.h index 282be0531..c650cf70d 100644 --- a/linux/drivers/media/common/saa7146.h +++ b/linux/drivers/media/common/saa7146.h @@ -237,6 +237,8 @@ struct saa7146_dev /* i2c-stuff */ u32 i2c_bitrate; u32* i2c_mem; /* pointer to i2c memory */ + wait_queue_head_t i2c_wq; + int i2c_op; /* memories */ u32* clipping; /* pointer to clipping memory */ @@ -257,7 +259,7 @@ struct saa7146_dev /* video capture */ struct saa7146_dmaqueue video_q; - struct saa7146_fh *streaming; + struct saa7146_fh *streaming; /* common: fixme? shouldn't this be in saa7146_fh? (this leads to a more complicated question: shall the driver |