19 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2#ifndef __SOUND_SEQ_OSS_LEGACY_H3#define __SOUND_SEQ_OSS_LEGACY_H4 5/*6 * OSS compatible macro definitions7 *8 * Copyright (C) 2000 Abramo Bagnara <abramo@alsa-project.org>9 */10 11#include <linux/soundcard.h>12 13#ifndef SAMPLE_TYPE_AWE3214#define SAMPLE_TYPE_AWE32 0x2015#endif16 17#endif /* __SOUND_SEQ_OSS_LEGACY_H */18 19