WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / audio-set-mute.rst
blob987751f9296779945f0254b207eb24a1b6dc9b1b
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.audio
4 .. _AUDIO_SET_MUTE:
6 ==============
7 AUDIO_SET_MUTE
8 ==============
10 Name
11 ----
13 AUDIO_SET_MUTE
15 .. attention:: This ioctl is deprecated
17 Synopsis
18 --------
20 .. c:macro:: AUDIO_SET_MUTE
22 ``int ioctl(int fd, AUDIO_SET_MUTE, boolean state)``
24 Arguments
25 ---------
27 .. flat-table::
28     :header-rows:  0
29     :stub-columns: 0
31     -
33        -  int fd
35        -  File descriptor returned by a previous call to open().
37     -
39        -  boolean state
41        -  Indicates if audio device shall mute or not.
43           TRUE: Audio Mute
45           FALSE: Audio Un-mute
47 Description
48 -----------
50 This ioctl is for Digital TV devices only. To control a V4L2 decoder use the
51 V4L2 :ref:`VIDIOC_DECODER_CMD` with the
52 ``V4L2_DEC_CMD_START_MUTE_AUDIO`` flag instead.
54 This ioctl call asks the audio device to mute the stream that is
55 currently being played.
57 Return Value
58 ------------
60 On success 0 is returned, on error -1 and the ``errno`` variable is set
61 appropriately. The generic error codes are described at the
62 :ref:`Generic Error Codes <gen-errors>` chapter.