treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / include / sound / seq_oss_legacy.h
blob6cf2d7c0f5ae3618e709096565591f6f4e0126c4
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef __SOUND_SEQ_OSS_LEGACY_H
3 #define __SOUND_SEQ_OSS_LEGACY_H
5 /*
6 * OSS compatible macro definitions
8 * Copyright (C) 2000 Abramo Bagnara <abramo@alsa-project.org>
9 */
11 #include <linux/soundcard.h>
13 #ifndef SAMPLE_TYPE_AWE32
14 #define SAMPLE_TYPE_AWE32 0x20
15 #endif
17 #endif /* __SOUND_SEQ_OSS_LEGACY_H */