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

Diff for /src/usr.bin/aucat/Attic/sock.c between version 1.52 and 1.53

version 1.52, 2010/10/21 19:10:52 version 1.53, 2010/11/04 17:55:28
Line 1326 
Line 1326 
                     (f->opt->rpar.cmax - f->opt->rpar.cmin + 1) : 0;                      (f->opt->rpar.cmax - f->opt->rpar.cmin + 1) : 0;
                 m->u.cap.rchan = (f->opt->mode & (MODE_PLAY | MODE_REC)) ?                  m->u.cap.rchan = (f->opt->mode & (MODE_PLAY | MODE_REC)) ?
                     (f->opt->wpar.cmax - f->opt->wpar.cmin + 1) : 0;                      (f->opt->wpar.cmax - f->opt->wpar.cmin + 1) : 0;
                 m->u.cap.bits = sizeof(short) * 8;                  m->u.cap.bits = ADATA_BITS;
                 m->u.cap.bps = sizeof(short);                  m->u.cap.bps = sizeof(adata_t);
                 f->rstate = SOCK_RRET;                  f->rstate = SOCK_RRET;
                 f->rtodo = sizeof(struct amsg);                  f->rtodo = sizeof(struct amsg);
                 break;                  break;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53