blob: f40f3cbfe4c91cdeae82fbc115403471d63a6080 [file] [log] [blame]
Mauro Carvalho Chehab8a6199c2016-07-07 07:42:18 -03001# Ignore header name
2ignore define _DVBAUDIO_H_
3
4# Typedef pointing to structs
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -03005replace typedef audio_karaoke_t :c:type:`audio_karaoke`
Mauro Carvalho Chehab8a6199c2016-07-07 07:42:18 -03006
7# Undocumented audio caps, as this is a deprecated API anyway
8ignore define AUDIO_CAP_DTS
9ignore define AUDIO_CAP_LPCM
10ignore define AUDIO_CAP_MP1
11ignore define AUDIO_CAP_MP2
12ignore define AUDIO_CAP_MP3
13ignore define AUDIO_CAP_AAC
14ignore define AUDIO_CAP_OGG
15ignore define AUDIO_CAP_SDDS
16ignore define AUDIO_CAP_AC3
17
18# some typedefs should point to struct/enums
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -030019replace typedef audio_mixer_t :c:type:`audio_mixer`
20replace typedef audio_status_t :c:type:`audio_status`