diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-05-01 16:07:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:58:52 -0300 |
commit | aae6e33f8df8845603880468624ca29edf4bac64 (patch) | |
tree | 6744783468f29dfb5afabe3fc5cd82776a596992 /drivers/media/video/cx25840 | |
parent | 4a61ecbd344c2349ec3b7a8db0db128135285dd7 (diff) | |
download | blackbird-op-linux-aae6e33f8df8845603880468624ca29edf4bac64.tar.gz blackbird-op-linux-aae6e33f8df8845603880468624ca29edf4bac64.zip |
V4L/DVB: cx18/cx25840/saa7115/tvp5150: remove vbi support from s_fmt
Now that s_fmt is no longer used for VBI format setup in subdevs, remove
the VBI support from s_fmt.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25840')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index a20df8c184ed..8b6fb3544376 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c @@ -1079,12 +1079,6 @@ static int cx25840_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt) cx25840_write(client, 0x41e, 0x8 | filter); break; - case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE: - return cx25840_s_sliced_fmt(sd, &fmt->fmt.sliced); - - case V4L2_BUF_TYPE_VBI_CAPTURE: - return cx25840_s_raw_fmt(sd, &fmt->fmt.vbi); - default: return -EINVAL; } |