[media] media: tvp5150: support g_mbus_fmt callback
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
963ddc63e2
commit
0f67a03ff6
@ -1103,6 +1103,7 @@ static const struct v4l2_subdev_video_ops tvp5150_video_ops = {
|
||||
.enum_mbus_fmt = tvp5150_enum_mbus_fmt,
|
||||
.s_mbus_fmt = tvp5150_mbus_fmt,
|
||||
.try_mbus_fmt = tvp5150_mbus_fmt,
|
||||
.g_mbus_fmt = tvp5150_mbus_fmt,
|
||||
.s_crop = tvp5150_s_crop,
|
||||
.g_crop = tvp5150_g_crop,
|
||||
.cropcap = tvp5150_cropcap,
|
||||
|
Loading…
Reference in New Issue
Block a user