diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-08 10:03:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:56 -0400 |
commit | a2eb7c020008d664823323aba9fb428fdccc8ba6 (patch) | |
tree | 50d6458d2267f28f40c97729b1ba0c58fbbd7d6c /Documentation | |
parent | 34452432d125a846591523cf4999311c987c0bf4 (diff) |
[media] DocBook: Document AUDIO_CONTINUE ioctl
Although this ioctl is only used at the av7110 driver, it is not
described at the API docbook. Yet, AUDIO_PAUSE ioctl description
somewhat describes it. Fill the gap by using the information there
and by looking inside av7110 implementation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/dvb/audio.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/dvb/audio.xml b/Documentation/DocBook/media/dvb/audio.xml index b3d3895544e1..c27fe73a4b66 100644 --- a/Documentation/DocBook/media/dvb/audio.xml +++ b/Documentation/DocBook/media/dvb/audio.xml | |||
@@ -524,6 +524,63 @@ role="subsection"><title>AUDIO_PAUSE</title> | |||
524 | </entry> | 524 | </entry> |
525 | </row></tbody></tgroup></informaltable> | 525 | </row></tbody></tgroup></informaltable> |
526 | 526 | ||
527 | |||
528 | </section><section id="AUDIO_CONTINUE" | ||
529 | role="subsection"><title>AUDIO_CONTINUE</title> | ||
530 | <para>DESCRIPTION | ||
531 | </para> | ||
532 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
533 | align="char"> | ||
534 | <para>This ioctl restarts the decoding and playing process previously paused | ||
535 | with AUDIO_PAUSE command.</para> | ||
536 | </entry> | ||
537 | </row><row><entry | ||
538 | align="char"> | ||
539 | <para>It only works if the stream were previously stopped with AUDIO_PAUSE</para> | ||
540 | </entry> | ||
541 | </row></tbody></tgroup></informaltable> | ||
542 | <para>SYNOPSIS | ||
543 | </para> | ||
544 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
545 | align="char"> | ||
546 | <para>int ioctl(int fd, int request = AUDIO_CONTINUE);</para> | ||
547 | </entry> | ||
548 | </row></tbody></tgroup></informaltable> | ||
549 | <para>PARAMETERS | ||
550 | </para> | ||
551 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
552 | align="char"> | ||
553 | <para>int fd</para> | ||
554 | </entry><entry | ||
555 | align="char"> | ||
556 | <para>File descriptor returned by a previous call to open().</para> | ||
557 | </entry> | ||
558 | </row><row><entry | ||
559 | align="char"> | ||
560 | <para>int request</para> | ||
561 | </entry><entry | ||
562 | align="char"> | ||
563 | <para>Equals AUDIO_CONTINUE for this command.</para> | ||
564 | </entry> | ||
565 | </row></tbody></tgroup></informaltable> | ||
566 | <para>ERRORS | ||
567 | </para> | ||
568 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
569 | align="char"> | ||
570 | <para>EBADF</para> | ||
571 | </entry><entry | ||
572 | align="char"> | ||
573 | <para>fd is not a valid open file descriptor.</para> | ||
574 | </entry> | ||
575 | </row><row><entry | ||
576 | align="char"> | ||
577 | <para>EINTERNAL</para> | ||
578 | </entry><entry | ||
579 | align="char"> | ||
580 | <para>Internal error.</para> | ||
581 | </entry> | ||
582 | </row></tbody></tgroup></informaltable> | ||
583 | |||
527 | </section><section id="AUDIO_SELECT_SOURCE" | 584 | </section><section id="AUDIO_SELECT_SOURCE" |
528 | role="subsection"><title>AUDIO_SELECT_SOURCE</title> | 585 | role="subsection"><title>AUDIO_SELECT_SOURCE</title> |
529 | <para>DESCRIPTION | 586 | <para>DESCRIPTION |