Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / media / uapi / dvb / audio.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _dvb_audio:
4
5 ################
6 DVB Audio Device
7 ################
8 The DVB audio device controls the MPEG2 audio decoder of the DVB
9 hardware. It can be accessed through ``/dev/dvb/adapter?/audio?``. Data
10 types and and ioctl definitions can be accessed by including
11 ``linux/dvb/audio.h`` in your application.
12
13 Please note that some DVB cards don’t have their own MPEG decoder, which
14 results in the omission of the audio and video device.
15
16 These ioctls were also used by V4L2 to control MPEG decoders implemented
17 in V4L2. The use of these ioctls for that purpose has been made obsolete
18 and proper V4L2 ioctls or controls have been created to replace that
19 functionality.
20
21
22 .. toctree::
23     :maxdepth: 1
24
25     audio_data_types
26     audio_function_calls