David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 3 | # Ignore header name |
| 4 | ignore define _DVBAUDIO_H_ |
| 5 | |
| 6 | # Undocumented audio caps, as this is a deprecated API anyway |
| 7 | ignore define AUDIO_CAP_DTS |
| 8 | ignore define AUDIO_CAP_LPCM |
| 9 | ignore define AUDIO_CAP_MP1 |
| 10 | ignore define AUDIO_CAP_MP2 |
| 11 | ignore define AUDIO_CAP_MP3 |
| 12 | ignore define AUDIO_CAP_AAC |
| 13 | ignore define AUDIO_CAP_OGG |
| 14 | ignore define AUDIO_CAP_SDDS |
| 15 | ignore define AUDIO_CAP_AC3 |
| 16 | |
| 17 | # some typedefs should point to struct/enums |
| 18 | replace typedef audio_mixer_t :c:type:`audio_mixer` |
| 19 | replace typedef audio_status_t :c:type:`audio_status` |