blob: cf6620477f736f14b6b87f8966e80fd8eb8d2db0 [file] [log] [blame]
Mauro Carvalho Chehabf2ac8ce2018-08-30 10:20:04 -04001# SPDX-License-Identifier: GPL-2.0
2
Mauro Carvalho Chehab8a6199c2016-07-07 07:42:18 -03003# Ignore header name
4ignore define _DVBAUDIO_H_
5
Mauro Carvalho Chehab8a6199c2016-07-07 07:42:18 -03006# Undocumented audio caps, as this is a deprecated API anyway
7ignore define AUDIO_CAP_DTS
8ignore define AUDIO_CAP_LPCM
9ignore define AUDIO_CAP_MP1
10ignore define AUDIO_CAP_MP2
11ignore define AUDIO_CAP_MP3
12ignore define AUDIO_CAP_AAC
13ignore define AUDIO_CAP_OGG
14ignore define AUDIO_CAP_SDDS
15ignore define AUDIO_CAP_AC3
16
17# some typedefs should point to struct/enums
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -030018replace typedef audio_mixer_t :c:type:`audio_mixer`
19replace typedef audio_status_t :c:type:`audio_status`