From aae6e33f8df8845603880468624ca29edf4bac64 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 1 May 2010 16:07:04 -0300 Subject: 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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx25840/cx25840-core.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/media/video/cx25840') 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; } -- cgit v1.2.1