mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
media: cadence: csi2rx: Add .get_frame_desc op
The cdns-csi2rx subdev passes streams through without any modification Use v4l2_subdev_get_frame_desc_passthrough() helper and add the .get_frame_desc op Signed-off-by: Rishikesh Donadkar <r-donadkar@ti.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
parent
57283236b7
commit
94dfbd4f29
|
|
@ -617,6 +617,7 @@ static const struct v4l2_subdev_pad_ops csi2rx_pad_ops = {
|
|||
.set_fmt = csi2rx_set_fmt,
|
||||
.enable_streams = csi2rx_enable_streams,
|
||||
.disable_streams = csi2rx_disable_streams,
|
||||
.get_frame_desc = v4l2_subdev_get_frame_desc_passthrough,
|
||||
};
|
||||
|
||||
static const struct v4l2_subdev_core_ops csi2rx_core_ops = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user