mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
media: Replacing v4l2_async_subdev to v4l2_async_connection for Linux6.6
The API v4l2_async_subdev is replaced by v4l2_async_connection in Linux 6.6 with below kernel change: ---- commit adb2dcd5f2d49d3ba3171160fabd4be0d4b2a86c Author: Sakari Ailus <sakari.ailus@linux.intel.com> Date: Thu Feb 16 14:54:53 2023 +0100 media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection ---- Using the new API. Bug 4346767 Change-Id: I73c39fd499a0a5cbeb8d3f24de08c52a5ea8dda5 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3008085 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6d944beefd
commit
08a1772814
@@ -94,7 +94,11 @@ struct tegra_vi_graph_entity {
|
||||
struct device_node *node;
|
||||
struct media_entity *entity;
|
||||
|
||||
#if defined(NV_V4L2_ASYNC_SUBDEV_RENAME)
|
||||
struct v4l2_async_connection asd;
|
||||
#else
|
||||
struct v4l2_async_subdev asd;
|
||||
#endif
|
||||
struct v4l2_subdev *subdev;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user