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

Diff for /src/usr.bin/audioctl/audioctl.c between version 1.16 and 1.17

version 1.16, 2007/11/26 13:36:34 version 1.17, 2008/03/22 11:05:31
Line 117 
Line 117 
         { "play.open",          &info.play.open,        UCHAR,  READONLY },          { "play.open",          &info.play.open,        UCHAR,  READONLY },
         { "play.active",        &info.play.active,      UCHAR,  READONLY },          { "play.active",        &info.play.active,      UCHAR,  READONLY },
         { "play.buffer_size",   &info.play.buffer_size, UINT,   0 },          { "play.buffer_size",   &info.play.buffer_size, UINT,   0 },
           { "play.block_size",    &info.play.block_size,  UINT,   0 },
         { "record.rate",        &info.record.sample_rate,UINT,  0 },          { "record.rate",        &info.record.sample_rate,UINT,  0 },
         { "record.sample_rate", &info.record.sample_rate,UINT,  ALIAS },          { "record.sample_rate", &info.record.sample_rate,UINT,  ALIAS },
         { "record.channels",    &info.record.channels,  UINT,   0 },          { "record.channels",    &info.record.channels,  UINT,   0 },
Line 135 
Line 136 
         { "record.open",        &info.record.open,      UCHAR,  READONLY },          { "record.open",        &info.record.open,      UCHAR,  READONLY },
         { "record.active",      &info.record.active,    UCHAR,  READONLY },          { "record.active",      &info.record.active,    UCHAR,  READONLY },
         { "record.buffer_size", &info.record.buffer_size,UINT,  0 },          { "record.buffer_size", &info.record.buffer_size,UINT,  0 },
           { "record.block_size",  &info.record.block_size,UINT,   0 },
         { "record.errors",      &rerror,                INT,    READONLY },          { "record.errors",      &rerror,                INT,    READONLY },
         { 0 }          { 0 }
 };  };

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