seq_oss_legacy.h 360 B

123456789101112131415161718
  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. * OSS compatible macro definitions
  6. *
  7. * Copyright (C) 2000 Abramo Bagnara <[email protected]>
  8. */
  9. #include <linux/soundcard.h>
  10. #ifndef SAMPLE_TYPE_AWE32
  11. #define SAMPLE_TYPE_AWE32 0x20
  12. #endif
  13. #endif /* __SOUND_SEQ_OSS_LEGACY_H */