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

Diff for /src/usr.bin/audioctl/Attic/audioctl.1 between version 1.29 and 1.30

version 1.29, 2016/06/21 06:32:00 version 1.30, 2016/06/21 07:55:21
Line 77 
Line 77 
 playback or recording by another process.  playback or recording by another process.
 .Pp  .Pp
 The following variable names are available:  The following variable names are available:
 .Bl -column "record.channels"  .Bl -column "record.channels" -offset indent
 .It Sy Name Ta Sy Meaning  .It Sy Name Ta Sy Meaning
 .It name Ta device name as shown by  .It name Ta device name, as shown by
 .Xr dmesg 8  .Xr dmesg 8
 .It mode Ta current device mode (  .It mode Ta current device mode (
 .Va play ,  .Va play ,
 .Va record  .Va record ,
 or both)  or both)
 .It pause Ta set if not attempting to start  .It pause Ta set if not attempting to start
 .It active Ta set if playing or recording  .It active Ta set if playing or recording
Line 123 
Line 123 
 Examples:  Examples:
 .Va u8 , s16le , s24le3 , s24le4lsb .  .Va u8 , s16le , s24le3 , s24le4lsb .
 .Sh FILES  .Sh FILES
 .Bl -tag -width /dev/audioctl0  .Bl -tag -width /dev/audioctl0 -compact
 .It Pa /dev/audioctlN  .It Pa /dev/audioctlN
 audio control devices  audio control devices
 .It Pa /dev/audioN  .It Pa /dev/audioN
Line 142 
Line 142 
 .Ed  .Ed
 .Pp  .Pp
 Note the use of  Note the use of
 .Pa /dev/audio0 ,  .Pa /dev/audio0
 to force negotiation with the hardware.  to force negotiation with the hardware.
 If the above parameters are not supported by the  If the above parameters are not supported by the
 hardware, then supported ones will be selected instead.  hardware, then supported ones will be selected instead.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30