diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-27 23:18:15 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-27 23:18:15 +0200 |
commit | 624f231d397d2caaa0ca256824c99b21cd03f26d (patch) | |
tree | b6d07dc98bd115131b60149d598c04775d9938fa /linux/drivers/media/video/saa7134/saa7134.h | |
parent | 6747918975b45108725c328375213622f02a0b3d (diff) | |
download | mediapointer-dvb-s2-624f231d397d2caaa0ca256824c99b21cd03f26d.tar.gz mediapointer-dvb-s2-624f231d397d2caaa0ca256824c99b21cd03f26d.tar.bz2 |
saa7134-empress: fix MPEG control support
From: Hans Verkuil <hverkuil@xs4all.nl>
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>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h index 2690e2bab..987c4338f 100644 --- a/linux/drivers/media/video/saa7134/saa7134.h +++ b/linux/drivers/media/video/saa7134/saa7134.h @@ -574,6 +574,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; |