编译我的视频驱动程序会产生以下错误:
xilinx-dma.h:51:返回container_of(e->pipe,struct xvip_pipeline,pipe);
发现在./media/media-entity.h中定义的struct media_entity {}中删除了以下行
int stream_count; struct media_pipeline *pipe; In kernel version 6.1.55 (Build in ARM64 architecture)
视频驱动程序在内核版本 5.15.0-131 下编译成功。(基于 x86_64 架构构建)
我想知道删除*pipe的原因,以及如何解决它?
谢谢你,老虎