Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4-rc5 19 lines 553 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3# 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`