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

Diff for /src/usr.bin/sndiod/opt.h between version 1.5 and 1.6

version 1.5, 2021/03/03 10:13:06 version 1.6, 2021/03/03 10:19:06
Line 25 
Line 25 
         struct opt *next;          struct opt *next;
         struct dev *dev;          struct dev *dev;
         struct midi *midi;          struct midi *midi;
           struct mtc *mtc;        /* if set, MMC-controlled MTC source */
   
         int num;          int num;
 #define OPT_NAMEMAX 11  #define OPT_NAMEMAX 11
         char name[OPT_NAMEMAX + 1];          char name[OPT_NAMEMAX + 1];
         int maxweight;          /* max dynamic range for clients */          int maxweight;          /* max dynamic range for clients */
         int pmin, pmax;         /* play channels */          int pmin, pmax;         /* play channels */
         int rmin, rmax;         /* recording channels */          int rmin, rmax;         /* recording channels */
         int mmc;                /* true if MMC control enabled */  
         int dup;                /* true if join/expand enabled */          int dup;                /* true if join/expand enabled */
         int mode;               /* bitmap of MODE_XXX */          int mode;               /* bitmap of MODE_XXX */
 };  };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6