提交 9a70d980 编写于 作者: S Sakari Ailus 提交者: Mauro Carvalho Chehab

[media] v4l: Correct conflicting V4L2 subdev selection API documentation

The API reference documents that the KEEP_CONFIG flag tells the
configuration should not be propagated by the driver whereas the interface
documentation (dev-subdev.xml) prohibited any changes to the rest of the
pipeline. Resolve the conflict by changing the API reference to disallow
changes.
Signed-off-by: NSakari Ailus <sakari.ailus@iki.fi>
Acked-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 6889d5ce
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<row> <row>
<entry><constant>V4L2_SEL_FLAG_KEEP_CONFIG</constant></entry> <entry><constant>V4L2_SEL_FLAG_KEEP_CONFIG</constant></entry>
<entry>(1 &lt;&lt; 2)</entry> <entry>(1 &lt;&lt; 2)</entry>
<entry>The configuration should not be propagated to any <entry>The configuration must not be propagated to any
further processing steps. If this flag is not given, the further processing steps. If this flag is not given, the
configuration is propagated inside the subdevice to all configuration is propagated inside the subdevice to all
further processing steps.</entry> further processing steps.</entry>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册