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

Diff for /src/usr.bin/aucat/Attic/amsg.h between version 1.2 and 1.3

version 1.2, 2008/11/11 19:21:20 version 1.3, 2008/12/17 07:19:27
Line 55 
Line 55 
                         uint16_t pchan;         /* play channels */                          uint16_t pchan;         /* play channels */
                         uint16_t rchan;         /* record channels */                          uint16_t rchan;         /* record channels */
                         uint32_t rate;          /* frames per second */                          uint32_t rate;          /* frames per second */
                         uint32_t bufsz;         /* buffered frames */                          uint32_t bufsz;         /* total buffered frames */
                         uint32_t round;                          uint32_t round;
                         uint32_t _reserved[2];  /* for future use */                          uint32_t appbufsz;      /* client side bufsz */
                           uint32_t _reserved[1];  /* for future use */
                 } par;                  } par;
                 struct amsg_cap {                  struct amsg_cap {
                         uint32_t rate;          /* native rate */                          uint32_t rate;          /* native rate */
                         uint32_t rate_div;      /* divisor of emul. rates */                          uint32_t _reserved2[1]; /* for future use */
                         uint16_t rchan;         /* native rec channels */                          uint16_t rchan;         /* native rec channels */
                         uint16_t pchan;         /* native play channels */                          uint16_t pchan;         /* native play channels */
                         uint8_t bits;           /* native bits per sample */                          uint8_t bits;           /* native bits per sample */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3