[BACK]Return to dev.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/dev.h between version 1.19 and 1.20

version 1.19, 2018/06/26 07:36:27 version 1.20, 2018/06/26 07:44:35
Line 89 
Line 89 
         unsigned int unit;                      /* instance of name */          unsigned int unit;                      /* instance of name */
         unsigned int serial;                    /* global unique number */          unsigned int serial;                    /* global unique number */
         unsigned int vol;                       /* current (midi) volume */          unsigned int vol;                       /* current (midi) volume */
         unsigned int tstate;                    /* mmc state */  
 };  };
   
 struct opt {  struct opt {
Line 190 
Line 189 
         /*          /*
          * MIDI machine control (MMC)           * MIDI machine control (MMC)
          */           */
 #define MMC_OFF         0                       /* ignore MMC messages */  
 #define MMC_STOP        1                       /* stopped, can't start */  #define MMC_STOP        1                       /* stopped, can't start */
 #define MMC_START       2                       /* attempting to start */  #define MMC_START       2                       /* attempting to start */
 #define MMC_RUN         3                       /* started */  #define MMC_RUN         3                       /* started */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20