blob: d6b6f9edf3b37f9d190a614f5d90bf054552a82d [file] [log] [blame]
Markus Heiser5377d912016-06-30 15:18:56 +02001.. -*- coding: utf-8; mode: rst -*-
2
3.. _dvb_audio:
4
5################
6DVB Audio Device
7################
8The DVB audio device controls the MPEG2 audio decoder of the DVB
9hardware. It can be accessed through ``/dev/dvb/adapter?/audio?``. Data
10types and and ioctl definitions can be accessed by including
11``linux/dvb/audio.h`` in your application.
12
13Please note that some DVB cards dont have their own MPEG decoder, which
14results in the omission of the audio and video device.
15
16These ioctls were also used by V4L2 to control MPEG decoders implemented
17in V4L2. The use of these ioctls for that purpose has been made obsolete
18and proper V4L2 ioctls or controls have been created to replace that
19functionality.
20
21
22.. toctree::
23 :maxdepth: 1
24
25 audio_data_types
26 audio_function_calls
27
28
29
30
31.. ------------------------------------------------------------------------------
32.. This file was automatically converted from DocBook-XML with the dbxml
33.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
34.. from the linux kernel, refer to:
35..
36.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
37.. ------------------------------------------------------------------------------