[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.7 and 1.8

version 1.7, 2014/03/07 10:23:05 version 1.8, 2014/03/17 17:16:06
Line 113 
Line 113 
         adata_t *pbuf;                          /* array of play buffers */          adata_t *pbuf;                          /* array of play buffers */
 #define DEV_PBUF(d) ((d)->pbuf + (d)->poffs * (d)->pchan)  #define DEV_PBUF(d) ((d)->pbuf + (d)->poffs * (d)->pchan)
         int poffs;                              /* index of current play buf */          int poffs;                              /* index of current play buf */
           int psize;                              /* size of play buffer */
         struct conv enc;                        /* native->device format */          struct conv enc;                        /* native->device format */
         struct conv dec;                        /* device->native format */          struct conv dec;                        /* device->native format */
         unsigned char *encbuf;                  /* buffer for encoding */          unsigned char *encbuf;                  /* buffer for encoding */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8