[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.16 and 1.17

version 1.16, 2018/06/26 07:27:44 version 1.17, 2018/06/26 07:30:26
Line 48 
Line 48 
                 struct abuf buf;                /* socket side buffer */                  struct abuf buf;                /* socket side buffer */
                 int bpf;                        /* byte per frame */                  int bpf;                        /* byte per frame */
                 int slot_cmin, slot_cmax;       /* slot source chans */                  int slot_cmin, slot_cmax;       /* slot source chans */
                 int dev_cmin, dev_cmax;         /* device destination chans */  
                 struct cmap cmap;               /* channel mapper state */                  struct cmap cmap;               /* channel mapper state */
                 struct resamp resamp;           /* resampler state */                  struct resamp resamp;           /* resampler state */
                 struct conv dec;                /* format decoder params */                  struct conv dec;                /* format decoder params */
Line 61 
Line 60 
                 int prime;                      /* initial cycles to skip */                  int prime;                      /* initial cycles to skip */
                 int bpf;                        /* byte per frame */                  int bpf;                        /* byte per frame */
                 int slot_cmin, slot_cmax;       /* slot destination chans */                  int slot_cmin, slot_cmax;       /* slot destination chans */
                 int dev_cmin, dev_cmax;         /* device source chans */  
                 struct cmap cmap;               /* channel mapper state */                  struct cmap cmap;               /* channel mapper state */
                 struct resamp resamp;           /* buffer for resampling */                  struct resamp resamp;           /* buffer for resampling */
                 struct conv enc;                /* buffer for encoding */                  struct conv enc;                /* buffer for encoding */

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