[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.7 and 1.8

version 1.7, 2002/12/10 09:03:37 version 1.8, 2002/12/13 16:36:52
Line 107 
Line 107 
         { "play.balance",       &info.play.balance,     UCHAR,  0 },          { "play.balance",       &info.play.balance,     UCHAR,  0 },
         { "play.port",          &info.play.port,        XINT,   0 },          { "play.port",          &info.play.port,        XINT,   0 },
         { "play.avail_ports",   &info.play.avail_ports, XINT,   0 },          { "play.avail_ports",   &info.play.avail_ports, XINT,   0 },
         { "play.seek",          &info.play.seek,        ULONG,  READONLY },          { "play.seek",          &info.play.seek,        UINT,   READONLY },
         { "play.samples",       &info.play.samples,     UINT,   READONLY },          { "play.samples",       &info.play.samples,     UINT,   READONLY },
         { "play.eof",           &info.play.eof,         UINT,   READONLY },          { "play.eof",           &info.play.eof,         UINT,   READONLY },
         { "play.pause",         &info.play.pause,       UCHAR,  0 },          { "play.pause",         &info.play.pause,       UCHAR,  0 },
Line 125 
Line 125 
         { "record.balance",     &info.record.balance,   UCHAR,  0 },          { "record.balance",     &info.record.balance,   UCHAR,  0 },
         { "record.port",        &info.record.port,      XINT,   0 },          { "record.port",        &info.record.port,      XINT,   0 },
         { "record.avail_ports", &info.record.avail_ports,XINT,  0 },          { "record.avail_ports", &info.record.avail_ports,XINT,  0 },
         { "record.seek",        &info.record.seek,      ULONG,  READONLY },          { "record.seek",        &info.record.seek,      UINT,   READONLY },
         { "record.samples",     &info.record.samples,   UINT,   READONLY },          { "record.samples",     &info.record.samples,   UINT,   READONLY },
         { "record.eof",         &info.record.eof,       UINT,   READONLY },          { "record.eof",         &info.record.eof,       UINT,   READONLY },
         { "record.pause",       &info.record.pause,     UCHAR,  0 },          { "record.pause",       &info.record.pause,     UCHAR,  0 },

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8