Mercurial > hg > svcore
comparison plugin/api/alsa/sound/asequencer.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 48e9f538e6e9 |
children |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
26 * | 26 * |
27 */ | 27 */ |
28 #ifndef __SOUND_ASEQUENCER_H | 28 #ifndef __SOUND_ASEQUENCER_H |
29 #define __SOUND_ASEQUENCER_H | 29 #define __SOUND_ASEQUENCER_H |
30 | 30 |
31 #define SNDRV_SEQ_EVENT_SYSEX 130 /* system exclusive data (variable length) */ | 31 #define SNDRV_SEQ_EVENT_SYSEX 130 /* system exclusive data (variable length) */ |
32 | 32 |
33 #define SNDRV_SEQ_EVENT_LENGTH_FIXED (0<<2) /* fixed event size */ | 33 #define SNDRV_SEQ_EVENT_LENGTH_FIXED (0<<2) /* fixed event size */ |
34 #define SNDRV_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /* variable event size */ | 34 #define SNDRV_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /* variable event size */ |
35 | 35 |
36 #define SNDRV_SEQ_EVENT_LENGTH_MASK (3<<2) | 36 #define SNDRV_SEQ_EVENT_LENGTH_MASK (3<<2) |
37 | 37 |
38 #endif /* __SOUND_ASEQUENCER_H */ | 38 #endif /* __SOUND_ASEQUENCER_H */ |