.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later OR GPL-2.0 .. c:namespace:: dtv.legacy.audio .. _dvb_audio: ================ DVB Audio Device ================ .. attention:: Do **not** use in new drivers! See: :ref:`legacy_dvb_decoder_notes` The DVB audio device controls the MPEG2 audio decoder of the DVB hardware. It can be accessed through ``/dev/dvb/adapter?/audio?``. Data types and ioctl definitions can be accessed by including ``linux/dvb/audio.h`` in your application. Please note that most DVB cards don’t have their own MPEG decoder, which 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. Use :ref:`V4L2 ioctls