]> Git Repo - J-linux.git/blob - include/sound/seq_oss_legacy.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / sound / seq_oss_legacy.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef __SOUND_SEQ_OSS_LEGACY_H
3 #define __SOUND_SEQ_OSS_LEGACY_H
4
5 /*
6  * OSS compatible macro definitions
7  *
8  * Copyright (C) 2000 Abramo Bagnara <[email protected]>
9  */
10
11 #include <linux/soundcard.h>
12
13 #ifndef SAMPLE_TYPE_AWE32
14 #define SAMPLE_TYPE_AWE32               0x20
15 #endif
16
17 #endif /* __SOUND_SEQ_OSS_LEGACY_H */
18
This page took 0.026612 seconds and 4 git commands to generate.