media: rockchip: vicap fix online stop switch mode to rdbk

Signed-off-by: Mingwei Yan <mingwei.yan@rock-chips.com>
Change-Id: Icf19cdfaeada77a781fb32e1e97fc8f6965af249
This commit is contained in:
Mingwei Yan
2023-10-19 17:43:59 +08:00
committed by Tao Huang
parent 534dc2d08b
commit a253fe656c

View File

@@ -759,6 +759,7 @@ static int sditf_s_stream(struct v4l2_subdev *sd, int on)
} else {
ret = sditf_stop_stream(priv);
sditf_free_buf(priv);
priv->mode.rdbk_mode = RKISP_VICAP_RDBK_AIQ;
}
}