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

Commit b6c6173e authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c

parent a85bdace
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -737,7 +737,7 @@ static void sh_mobile_ceu_init_videobuf(struct videobuf_queue *q,
				       &sh_mobile_ceu_videobuf_ops,
				       &sh_mobile_ceu_videobuf_ops,
				       &ici->dev, &pcdev->lock,
				       &ici->dev, &pcdev->lock,
				       V4L2_BUF_TYPE_VIDEO_CAPTURE,
				       V4L2_BUF_TYPE_VIDEO_CAPTURE,
				       V4L2_FIELD_NONE,
				       V4L2_FIELD_ANY,
				       sizeof(struct sh_mobile_ceu_buffer),
				       sizeof(struct sh_mobile_ceu_buffer),
				       icd);
				       icd);
}
}