Mauro Carvalho Chehab | 8a6199c | 2016-07-07 07:42:18 -0300 | [diff] [blame] | 1 | # Ignore header name |
| 2 | ignore define _DVBAUDIO_H_ |
| 3 | |
| 4 | # Typedef pointing to structs |
Mauro Carvalho Chehab | 836cf1d | 2016-08-30 10:21:03 -0300 | [diff] [blame] | 5 | replace typedef audio_karaoke_t :c:type:`audio_karaoke` |
Mauro Carvalho Chehab | 8a6199c | 2016-07-07 07:42:18 -0300 | [diff] [blame] | 6 | |
| 7 | # Undocumented audio caps, as this is a deprecated API anyway |
| 8 | ignore define AUDIO_CAP_DTS |
| 9 | ignore define AUDIO_CAP_LPCM |
| 10 | ignore define AUDIO_CAP_MP1 |
| 11 | ignore define AUDIO_CAP_MP2 |
| 12 | ignore define AUDIO_CAP_MP3 |
| 13 | ignore define AUDIO_CAP_AAC |
| 14 | ignore define AUDIO_CAP_OGG |
| 15 | ignore define AUDIO_CAP_SDDS |
| 16 | ignore define AUDIO_CAP_AC3 |
| 17 | |
| 18 | # some typedefs should point to struct/enums |
Mauro Carvalho Chehab | 836cf1d | 2016-08-30 10:21:03 -0300 | [diff] [blame] | 19 | replace typedef audio_mixer_t :c:type:`audio_mixer` |
| 20 | replace typedef audio_status_t :c:type:`audio_status` |