Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 #ifndef __SOUND_SEQ_OSS_LEGACY_H
0003 #define __SOUND_SEQ_OSS_LEGACY_H
0004 
0005 /*
0006  * OSS compatible macro definitions
0007  *
0008  * Copyright (C) 2000 Abramo Bagnara <abramo@alsa-project.org>
0009  */
0010 
0011 #include <linux/soundcard.h>
0012 
0013 #ifndef SAMPLE_TYPE_AWE32
0014 #define SAMPLE_TYPE_AWE32       0x20
0015 #endif
0016 
0017 #endif /* __SOUND_SEQ_OSS_LEGACY_H */
0018