2016-06-30 13:18:56 +00:00
|
|
|
|
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
|
|
|
|
|
|
.. _dvb_audio:
|
|
|
|
|
|
2017-09-01 16:28:16 +00:00
|
|
|
|
#######################
|
|
|
|
|
Digital TV Audio Device
|
|
|
|
|
#######################
|
|
|
|
|
|
|
|
|
|
The Digital TV audio device controls the MPEG2 audio decoder of the Digital
|
|
|
|
|
TV hardware. It can be accessed through ``/dev/dvb/adapter?/audio?``. Data
|
2016-06-30 13:18:56 +00:00
|
|
|
|
types and and ioctl definitions can be accessed by including
|
|
|
|
|
``linux/dvb/audio.h`` in your application.
|
|
|
|
|
|
2017-09-01 16:28:16 +00:00
|
|
|
|
Please note that some Digital TV cards don’t have their own MPEG decoder, which
|
2016-06-30 13:18:56 +00:00
|
|
|
|
results in the omission of the audio and video device.
|
|
|
|
|
|
|
|
|
|
These ioctls were also used by V4L2 to control MPEG decoders implemented
|
|
|
|
|
in V4L2. The use of these ioctls for that purpose has been made obsolete
|
|
|
|
|
and proper V4L2 ioctls or controls have been created to replace that
|
|
|
|
|
functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
audio_data_types
|
|
|
|
|
audio_function_calls
|