aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r--drivers/media/video/cx18/cx18-av-core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/cx18/cx18-av-core.c b/drivers/media/video/cx18/cx18-av-core.c
index c02892302094..0e5006b14279 100644
--- a/drivers/media/video/cx18/cx18-av-core.c
+++ b/drivers/media/video/cx18/cx18-av-core.c
@@ -1098,12 +1098,6 @@ static int cx18_av_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt)
1098 cx18_av_write(cx, 0x41e, 0x8 | filter); 1098 cx18_av_write(cx, 0x41e, 0x8 | filter);
1099 break; 1099 break;
1100 1100
1101 case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE:
1102 return cx18_av_s_sliced_fmt(sd, &fmt->fmt.sliced);
1103
1104 case V4L2_BUF_TYPE_VBI_CAPTURE:
1105 return cx18_av_s_raw_fmt(sd, &fmt->fmt.vbi);
1106
1107 default: 1101 default:
1108 return -EINVAL; 1102 return -EINVAL;
1109 } 1103 }