Message ID | 77998a67791470bc947beb421bec9a5c28fb5fd5.1459363790.git.helen.koike@collabora.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Helen, Helen Mae Koike Fornazier wrote: > Add description of ENOLINK error > > Signed-off-by: Helen Mae Koike Fornazier <helen.koike@collabora.co.uk> > --- > > The patch set is based on 'media/master' branch and available at > https://github.com/helen-fornazier/opw-staging media/devel > > Changes since v2: > * this is a new commit in the set > > Documentation/DocBook/media/v4l/vidioc-streamon.xml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/DocBook/media/v4l/vidioc-streamon.xml b/Documentation/DocBook/media/v4l/vidioc-streamon.xml > index df2c63d..c4b88b0 100644 > --- a/Documentation/DocBook/media/v4l/vidioc-streamon.xml > +++ b/Documentation/DocBook/media/v4l/vidioc-streamon.xml > @@ -123,6 +123,14 @@ synchronize with other events.</para> > </para> > </listitem> > </varlistentry> > + <varlistentry> > + <term><errorcode>ENOLINK</errorcode></term> > + <listitem> > + <para>The driver implements Media Controller interface and > + the pipeline configuration is invalid. ...pipeline link configuration... Then it's apparent this is really about links (and not e.g. about formats). With that, Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> > + </para> > + </listitem> > + </varlistentry> > </variablelist> > </refsect1> > </refentry> >
diff --git a/Documentation/DocBook/media/v4l/vidioc-streamon.xml b/Documentation/DocBook/media/v4l/vidioc-streamon.xml index df2c63d..c4b88b0 100644 --- a/Documentation/DocBook/media/v4l/vidioc-streamon.xml +++ b/Documentation/DocBook/media/v4l/vidioc-streamon.xml @@ -123,6 +123,14 @@ synchronize with other events.</para> </para> </listitem> </varlistentry> + <varlistentry> + <term><errorcode>ENOLINK</errorcode></term> + <listitem> + <para>The driver implements Media Controller interface and + the pipeline configuration is invalid. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> </refentry>
Add description of ENOLINK error Signed-off-by: Helen Mae Koike Fornazier <helen.koike@collabora.co.uk> --- The patch set is based on 'media/master' branch and available at https://github.com/helen-fornazier/opw-staging media/devel Changes since v2: * this is a new commit in the set Documentation/DocBook/media/v4l/vidioc-streamon.xml | 8 ++++++++ 1 file changed, 8 insertions(+)