Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/asequencer.h

    r587 r598  
    6868#define SNDRV_SEQ_EVENT_TIMESIGN        23      /* SMF Time Signature event */
    6969#define SNDRV_SEQ_EVENT_KEYSIGN         24      /* SMF Key Signature event */
    70        
     70               
    7171/** timer messages
    7272 * event data type = snd_seq_ev_queue_control
     
    222222
    223223        /* external stored data */
    224 #ifndef TARGET_OS2     
     224#ifndef TARGET_OS2
    225225struct snd_seq_ev_ext {
    226226        unsigned int len;       /* length of data */
     
    235235#pragma pack()
    236236#endif
    237 
    238237struct snd_seq_result {
    239238        int event;              /* processed event type */
     
    274273
    275274        /* quoted event - inside the kernel only */
    276 #ifndef TARGET_OS2     
     275#ifndef TARGET_OS2
    277276struct snd_seq_ev_quote {
    278277        struct snd_seq_addr origin;             /* original sender */
     
    423422#define USER_CLIENT     ((__force snd_seq_client_type_t) 1)
    424423#define KERNEL_CLIENT   ((__force snd_seq_client_type_t) 2)
    425 
     424                       
    426425        /* event filter flags */
    427426#define SNDRV_SEQ_FILTER_BROADCAST      (1<<0)  /* accept broadcast messages */
Note: See TracChangeset for help on using the changeset viewer.