blob: 3bcee72c68fbf791f89072b3d4ca5bd42eff76e7 [file] [log] [blame]
Markus Heiser5377d912016-06-30 15:18:56 +02001.. -*- coding: utf-8; mode: rst -*-
2
3.. _dvb_demux:
4
5################
6DVB Demux Device
7################
8The DVB demux device controls the filters of the DVB hardware/software.
9It can be accessed through ``/dev/adapter?/demux?``. Data types and and
10ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
11your application.
12
13
14.. toctree::
15 :maxdepth: 1
16
17 dmx_types
18 dmx_fcalls
19
20
21
22
23.. ------------------------------------------------------------------------------
24.. This file was automatically converted from DocBook-XML with the dbxml
25.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
26.. from the linux kernel, refer to:
27..
28.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
29.. ------------------------------------------------------------------------------