[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.13 and 1.14

version 1.13, 2007/08/06 19:16:06 version 1.14, 2007/09/17 13:46:11
Line 96 
Line 96 
         { "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 },
           { "output_muted",       &info.output_muted,     UCHAR,  0 },
         { "monitor_gain",       &info.monitor_gain,     UINT,   0 },          { "monitor_gain",       &info.monitor_gain,     UINT,   0 },
         { "mode",               &info.mode,             P_R,    READONLY },          { "mode",               &info.mode,             P_R,    READONLY },
         { "play.rate",          &info.play.sample_rate, UINT,   0 },          { "play.rate",          &info.play.sample_rate, UINT,   0 },

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14