/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SOUND_PCM_OSS_H #define __SOUND_PCM_OSS_H /* * Digital Audio (PCM) - OSS compatibility abstract layer * Copyright (c) by Jaroslav Kysela <[email protected]> */ struct snd_pcm_oss_setup { … }; struct snd_pcm_oss_runtime { … }; struct snd_pcm_oss_file { … }; struct snd_pcm_oss_substream { … }; struct snd_pcm_oss_stream { … }; struct snd_pcm_oss { … }; #endif /* __SOUND_PCM_OSS_H */