Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / audio-set-av-sync.rst
blob6f7e26fa4cd17a76c4a3351bf3472be6e786b57f
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _AUDIO_SET_AV_SYNC:
5 =================
6 AUDIO_SET_AV_SYNC
7 =================
9 Name
10 ----
12 AUDIO_SET_AV_SYNC
15 Synopsis
16 --------
18 .. cpp:function:: int  ioctl(int fd, int request = AUDIO_SET_AV_SYNC, boolean state)
21 Arguments
22 ---------
24 .. flat-table::
25     :header-rows:  0
26     :stub-columns: 0
29     -  .. row 1
31        -  int fd
33        -  File descriptor returned by a previous call to open().
35     -  .. row 2
37        -  int request
39        -  Equals AUDIO_AV_SYNC for this command.
41     -  .. row 3
43        -  boolean state
45        -  Tells the DVB subsystem if A/V synchronization shall be ON or OFF.
47     -  .. row 4
49        -
50        -  TRUE AV-sync ON
52     -  .. row 5
54        -
55        -  FALSE AV-sync OFF
58 Description
59 -----------
61 This ioctl call asks the Audio Device to turn ON or OFF A/V
62 synchronization.
65 Return Value
66 ------------
68 On success 0 is returned, on error -1 and the ``errno`` variable is set
69 appropriately. The generic error codes are described at the
70 :ref:`Generic Error Codes <gen-errors>` chapter.