Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a61ecbd authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: em28xx: switch to new vbi subdev ops

parent 7e87ddb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1831,7 +1831,7 @@ static int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *priv,
	mutex_lock(&dev->lock);

	f->fmt.sliced.service_set = 0;
	v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
	v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, &f->fmt.sliced);

	if (f->fmt.sliced.service_set == 0)
		rc = -EINVAL;
@@ -1853,7 +1853,7 @@ static int vidioc_try_set_sliced_vbi_cap(struct file *file, void *priv,
		return rc;

	mutex_lock(&dev->lock);
	v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
	v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, &f->fmt.sliced);
	mutex_unlock(&dev->lock);

	if (f->fmt.sliced.service_set == 0)