[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.15 and 1.16

version 1.15, 2018/06/26 07:22:55 version 1.16, 2018/06/26 07:27:44
Line 71 
Line 71 
         } sub;          } sub;
         int xrun;                               /* underrun policy */          int xrun;                               /* underrun policy */
         int skip;                               /* cycles to skip (for xrun) */          int skip;                               /* cycles to skip (for xrun) */
         int dup;                                /* mono-to-stereo and alike */  
 #define SLOT_BUFSZ(s) \  #define SLOT_BUFSZ(s) \
         ((s)->appbufsz + (s)->dev->bufsz / (s)->dev->round * (s)->round)          ((s)->appbufsz + (s)->dev->bufsz / (s)->dev->round * (s)->round)
         int appbufsz;                           /* slot-side buffer size */          int appbufsz;                           /* slot-side buffer size */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16