[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.24 and 1.25

version 1.24, 2020/03/08 14:52:20 version 1.25, 2020/04/16 12:26:55
Line 244 
Line 244 
 #define MMC_START       2                       /* attempting to start */  #define MMC_START       2                       /* attempting to start */
 #define MMC_RUN         3                       /* started */  #define MMC_RUN         3                       /* started */
         unsigned int tstate;                    /* one of above */          unsigned int tstate;                    /* one of above */
         unsigned int master;                    /* master volume controller */  
           unsigned int master;                    /* software vol. knob */
           unsigned int master_enabled;            /* 1 if h/w has no vo. knob */
   
         /*          /*
          * control           * control

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25