Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / fe-set-tone.rst
blob758efa11014cf550dad08baf6ef0c2ca32889535
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_SET_TONE:
5 *****************
6 ioctl FE_SET_TONE
7 *****************
9 Name
10 ====
12 FE_SET_TONE - Sets/resets the generation of the continuous 22kHz tone.
15 Synopsis
16 ========
18 .. c:function:: int ioctl( int fd, FE_SET_TONE, enum fe_sec_tone_mode tone )
19     :name: FE_SET_TONE
22 Arguments
23 =========
25 ``fd``
26     File descriptor returned by :ref:`open() <frontend_f_open>`.
28 ``tone``
29     an integer enumered value described at :c:type:`fe_sec_tone_mode`
32 Description
33 ===========
35 This ioctl is used to set the generation of the continuous 22kHz tone.
36 This call requires read/write permissions.
38 Usually, satellite antenna subsystems require that the digital TV device
39 to send a 22kHz tone in order to select between high/low band on some
40 dual-band LNBf. It is also used to send signals to DiSEqC equipment, but
41 this is done using the DiSEqC ioctls.
43 .. attention:: If more than one device is connected to the same antenna,
44    setting a tone may interfere on other devices, as they may lose the
45    capability of selecting the band. So, it is recommended that applications
46    would change to SEC_TONE_OFF when the device is not used.
49 Return Value
50 ============
52 On success 0 is returned.
54 On error -1 is returned, and the ``errno`` variable is set
55 appropriately.
57 Generic error codes are described at the
58 :ref:`Generic Error Codes <gen-errors>` chapter.