[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
@@ -1572,7 +1572,7 @@ zoran_init_hardware (struct zoran *zr)
|
||||
}
|
||||
|
||||
decoder_call(zr, core, init, 0);
|
||||
decoder_call(zr, core, s_std, zr->norm);
|
||||
decoder_call(zr, video, s_std, zr->norm);
|
||||
decoder_call(zr, video, s_routing,
|
||||
zr->card.input[zr->input].muxsel, 0, 0);
|
||||
|
||||
|
@@ -1469,7 +1469,7 @@ zoran_set_norm (struct zoran *zr,
|
||||
if (on)
|
||||
zr36057_overlay(zr, 0);
|
||||
|
||||
decoder_call(zr, core, s_std, norm);
|
||||
decoder_call(zr, video, s_std, norm);
|
||||
encoder_call(zr, video, s_std_output, norm);
|
||||
|
||||
if (on)
|
||||
|
مرجع در شماره جدید
Block a user