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

Commit 452dac45 authored by Oliver Endriss's avatar Oliver Endriss Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11761): dvb-ttpci: Fixed VIDEO_SLOWMOTION ioctl



Fixed VIDEO_SLOWMOTION ioctl.

Signed-off-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ef226d00
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1249,6 +1249,7 @@ static int dvb_video_ioctl(struct inode *inode, struct file *file,

	case VIDEO_SLOWMOTION:
		if (av7110->playing&RP_VIDEO) {
			if (av7110->trickmode != TRICK_SLOW)
				ret = av7110_fw_cmd(av7110, COMTYPE_REC_PLAY, __Slow, 2, 0, 0);
			if (!ret)
				ret = vidcom(av7110, AV_VIDEO_CMD_SLOW, arg);