Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / dmx-add-pid.rst
blob4d5632dfb43e958d2fc9a8cfc9bb2b84f890f112
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _DMX_ADD_PID:
5 ===========
6 DMX_ADD_PID
7 ===========
9 Name
10 ----
12 DMX_ADD_PID
15 Synopsis
16 --------
18 .. c:function:: int ioctl(fd, DMX_ADD_PID, __u16 *pid)
19     :name: DMX_ADD_PID
22 Arguments
23 ---------
25 ``fd``
26     File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
28 ``pid``
29    PID number to be filtered.
32 Description
33 -----------
35 This ioctl call allows to add multiple PIDs to a transport stream filter
36 previously set up with :ref:`DMX_SET_PES_FILTER` and output equal to
37 :c:type:`DMX_OUT_TSDEMUX_TAP <dmx_output>`.
40 Return Value
41 ------------
43 On success 0 is returned.
45 On error -1 is returned, and the ``errno`` variable is set
46 appropriately.
48 Generic error codes are described at the
49 :ref:`Generic Error Codes <gen-errors>` chapter.