diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-28 02:18:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:14:23 +0200 |
commit | 8b53b39d6228cda41b7ddfc9d094a072afca6655 (patch) | |
tree | b6ad8f7d5708e5ef4021895342c91af378f04097 /drivers/media/video/saa7134/saa7134.h | |
parent | V4L/DVB (8149): Avermedia E506 composite (diff) | |
download | linux-8b53b39d6228cda41b7ddfc9d094a072afca6655.tar.xz linux-8b53b39d6228cda41b7ddfc9d094a072afca6655.zip |
V4L/DVB (8151): saa7134-empress: fix MPEG control support
The MPEG controls could not be enumerated and so could not be read or set
through the v4l2-ctl utility or shown in control panels.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index 0a94be7afc1e..4e491ad389ac 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h @@ -553,6 +553,7 @@ struct saa7134_dev { struct saa7134_ts ts; struct saa7134_dmaqueue ts_q; struct saa7134_mpeg_ops *mops; + struct i2c_client *mpeg_i2c_client; /* SAA7134_MPEG_EMPRESS only */ struct video_device *empress_dev; |