diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-06-27 05:07:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:43:06 -0400 |
commit | f7b80e6919df812b4bed99a927325312a904111b (patch) | |
tree | 6828bb6bfeea81a8345b148dbca8b2fdcadec7eb /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 2fd781448acd6cbc3ca9d2f48b0e16f67a77bf51 (diff) |
V4L/DVB: ivtv: convert to the new control framework
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index d2260de4c812..75803141481e 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -62,6 +62,7 @@ | |||
62 | #include <linux/dvb/audio.h> | 62 | #include <linux/dvb/audio.h> |
63 | #include <media/v4l2-common.h> | 63 | #include <media/v4l2-common.h> |
64 | #include <media/v4l2-ioctl.h> | 64 | #include <media/v4l2-ioctl.h> |
65 | #include <media/v4l2-ctrls.h> | ||
65 | #include <media/v4l2-device.h> | 66 | #include <media/v4l2-device.h> |
66 | #include <media/v4l2-fh.h> | 67 | #include <media/v4l2-fh.h> |
67 | #include <media/tuner.h> | 68 | #include <media/tuner.h> |
@@ -631,8 +632,9 @@ struct ivtv { | |||
631 | struct ivtv_options options; /* user options */ | 632 | struct ivtv_options options; /* user options */ |
632 | 633 | ||
633 | struct v4l2_device v4l2_dev; | 634 | struct v4l2_device v4l2_dev; |
634 | struct v4l2_subdev sd_gpio; /* GPIO sub-device */ | 635 | struct cx2341x_handler cxhdl; |
635 | struct v4l2_ctrl_handler hdl_gpio; | 636 | struct v4l2_ctrl_handler hdl_gpio; |
637 | struct v4l2_subdev sd_gpio; /* GPIO sub-device */ | ||
636 | u16 instance; | 638 | u16 instance; |
637 | 639 | ||
638 | /* High-level state info */ | 640 | /* High-level state info */ |
@@ -649,7 +651,6 @@ struct ivtv { | |||
649 | v4l2_std_id std_out; /* current TV output standard */ | 651 | v4l2_std_id std_out; /* current TV output standard */ |
650 | u8 audio_stereo_mode; /* decoder setting how to handle stereo MPEG audio */ | 652 | u8 audio_stereo_mode; /* decoder setting how to handle stereo MPEG audio */ |
651 | u8 audio_bilingual_mode; /* decoder setting how to handle bilingual MPEG audio */ | 653 | u8 audio_bilingual_mode; /* decoder setting how to handle bilingual MPEG audio */ |
652 | struct cx2341x_mpeg_params params; /* current encoder parameters */ | ||
653 | 654 | ||
654 | 655 | ||
655 | /* Locking */ | 656 | /* Locking */ |