Changeset 587 for GPL/trunk/alsa-kernel/include/sound/asequencer.h
- Timestamp:
- Jun 9, 2016, 10:38:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/asequencer.h
r305 r587 68 68 #define SNDRV_SEQ_EVENT_TIMESIGN 23 /* SMF Time Signature event */ 69 69 #define SNDRV_SEQ_EVENT_KEYSIGN 24 /* SMF Key Signature event */ 70 70 71 71 /** timer messages 72 72 * event data type = snd_seq_ev_queue_control … … 222 222 223 223 /* external stored data */ 224 #ifndef TARGET_OS2 224 #ifndef TARGET_OS2 225 225 struct snd_seq_ev_ext { 226 226 unsigned int len; /* length of data */ … … 235 235 #pragma pack() 236 236 #endif 237 237 238 struct snd_seq_result { 238 239 int event; /* processed event type */ … … 273 274 274 275 /* quoted event - inside the kernel only */ 275 #ifndef TARGET_OS2 276 #ifndef TARGET_OS2 276 277 struct snd_seq_ev_quote { 277 278 struct snd_seq_addr origin; /* original sender */ … … 422 423 #define USER_CLIENT ((__force snd_seq_client_type_t) 1) 423 424 #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2) 424 425 425 426 /* event filter flags */ 426 427 #define SNDRV_SEQ_FILTER_BROADCAST (1<<0) /* accept broadcast messages */
Note:
See TracChangeset
for help on using the changeset viewer.