WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / audio-set-id.rst
blob39ad846d412d3d385edbcccae20e70c76609d90a
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.audio
4 .. _AUDIO_SET_ID:
6 ============
7 AUDIO_SET_ID
8 ============
10 Name
11 ----
13 AUDIO_SET_ID
15 .. attention:: This ioctl is deprecated
17 Synopsis
18 --------
20 .. c:macro:: AUDIO_SET_ID
22 ``int ioctl(int fd, AUDIO_SET_ID, int id)``
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        -  int id
41        -  audio sub-stream id
43 Description
44 -----------
46 This ioctl selects which sub-stream is to be decoded if a program or
47 system stream is sent to the video device. If no audio stream type is
48 set the id has to be in [0xC0,0xDF] for MPEG sound, in [0x80,0x87] for
49 AC3 and in [0xA0,0xA7] for LPCM. More specifications may follow for
50 other stream types. If the stream type is set the id just specifies the
51 substream id of the audio stream and only the first 5 bits are
52 recognized.
54 Return Value
55 ------------
57 On success 0 is returned, on error -1 and the ``errno`` variable is set
58 appropriately. The generic error codes are described at the
59 :ref:`Generic Error Codes <gen-errors>` chapter.