blob: 6cf2d7c0f5ae3618e709096565591f6f4e0126c4 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#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 <abramo@alsa-project.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
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