[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.3 and 1.4

version 1.3, 1998/04/30 13:46:18 version 1.4, 1998/07/15 22:10:47
Line 89 
Line 89 
         { "config",             &adev.config,           STRING, READONLY },          { "config",             &adev.config,           STRING, READONLY },
         { "encodings",          encbuf,                 STRING, READONLY },          { "encodings",          encbuf,                 STRING, READONLY },
         { "properties",         &properties,            PROPS,  READONLY },          { "properties",         &properties,            PROPS,  READONLY },
         { "full_duplex",        &fullduplex,            INT,    0 },          { "full_duplex",        &fullduplex,            UINT,   0 },
           { "fullduplex",         &fullduplex,            UINT,   0 },
         { "blocksize",          &info.blocksize,        UINT,   0 },          { "blocksize",          &info.blocksize,        UINT,   0 },
         { "hiwat",              &info.hiwat,            UINT,   0 },          { "hiwat",              &info.hiwat,            UINT,   0 },
         { "lowat",              &info.lowat,            UINT,   0 },          { "lowat",              &info.lowat,            UINT,   0 },

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