media: rockchip: ispp: set rkispp_m_bypass link flag to 0 by default

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I353a3504d7d7dcbeabbdaa97fe24809aa345b5fd
This commit is contained in:
Yiqing Zeng
2020-05-09 11:08:29 +08:00
committed by Tao Huang
parent a55e37ec7e
commit f4ee1007d5

View File

@@ -149,6 +149,7 @@ static int rkispp_create_links(struct rkispp_device *ispp_dev)
return ret;
/* output stream links */
flags = 0;
stream = &stream_vdev->stream[STREAM_MB];
stream->linked = flags;
source = &ispp_dev->ispp_sdev.sd.entity;
@@ -158,7 +159,6 @@ static int rkispp_create_links(struct rkispp_device *ispp_dev)
if (ret < 0)
return ret;
flags = 0;
stream = &stream_vdev->stream[STREAM_S0];
stream->linked = flags;
sink = &stream->vnode.vdev.entity;