/usr/include/dssi/alsa/asoundlib.h is in libdssialsacompat-dev 1.0.8a-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | /* 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>
|