[media] conf_nitpick.py: ignore C domain data used on vb2
[deliverable/linux.git] / Documentation / media / audio.h.rst.exceptions
CommitLineData
8a6199c6
MCC
1# Ignore header name
2ignore define _DVBAUDIO_H_
3
4# Typedef pointing to structs
836cf1db 5replace typedef audio_karaoke_t :c:type:`audio_karaoke`
8a6199c6
MCC
6
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
836cf1db
MCC
19replace typedef audio_mixer_t :c:type:`audio_mixer`
20replace typedef audio_status_t :c:type:`audio_status`
This page took 0.040676 seconds and 5 git commands to generate.