[media] v4l: subdev: Move [gs]_std operation to video ops
The g_std and s_std operations are video-related, move them to the video ops where they belong. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

کامیت شده توسط
Mauro Carvalho Chehab

والد
85ada737b9
کامیت
8774bed9ce
@@ -457,10 +457,10 @@ static const struct v4l2_subdev_core_ops vpx3220_core_ops = {
|
||||
.s_ctrl = v4l2_subdev_s_ctrl,
|
||||
.queryctrl = v4l2_subdev_queryctrl,
|
||||
.querymenu = v4l2_subdev_querymenu,
|
||||
.s_std = vpx3220_s_std,
|
||||
};
|
||||
|
||||
static const struct v4l2_subdev_video_ops vpx3220_video_ops = {
|
||||
.s_std = vpx3220_s_std,
|
||||
.s_routing = vpx3220_s_routing,
|
||||
.s_stream = vpx3220_s_stream,
|
||||
.querystd = vpx3220_querystd,
|
||||
|
مرجع در شماره جدید
Block a user