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

Diff for /src/usr.bin/aucat/aucat.c between version 1.166 and 1.167

version 1.166, 2016/09/30 08:43:23 version 1.167, 2016/09/30 09:14:44
Line 662 
Line 662 
         par.bps = sizeof(adata_t);          par.bps = sizeof(adata_t);
         par.msb = 0;          par.msb = 0;
         par.le = SIO_LE_NATIVE;          par.le = SIO_LE_NATIVE;
           par.rate = rate;
         if (mode & SIO_PLAY)          if (mode & SIO_PLAY)
                 par.pchan = pmax + 1;                  par.pchan = pmax + 1;
         if (mode & SIO_REC)          if (mode & SIO_REC)

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167