File: asoundlib.h

package info (click to toggle)
libdssialsacompat 1.0.8a-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,392 kB
  • sloc: sh: 8,197; ansic: 892; makefile: 28
file content (12 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/* DSSI ALSA compatibility library
 *
 * This library provides for Mac OS X the ALSA snd_seq_event_t handling
 * necessary to compile and run DSSI.  It was extracted from alsa-lib 1.0.8.
 */

#include <stddef.h>

#include <alsa/asoundef.h>
#include <alsa/seq_event.h>
#include <alsa/seq_midi_event.h>