blob: cf6620477f736f14b6b87f8966e80fd8eb8d2db0 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0
2
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00003# Ignore header name
4ignore define _DVBAUDIO_H_
5
6# 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
18replace typedef audio_mixer_t :c:type:`audio_mixer`
19replace typedef audio_status_t :c:type:`audio_status`