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

Diff for /src/usr.bin/sndiod/sndiod.8 between version 1.12 and 1.13

version 1.12, 2021/12/18 21:41:49 version 1.13, 2021/12/25 15:24:02
Line 185 
Line 185 
 Examples:  Examples:
 .Va u8 , s16le , s24le3 , s24le4lsb .  .Va u8 , s16le , s24le3 , s24le4lsb .
 .It Fl F Ar device  .It Fl F Ar device
 Specify an alternate device to use.  Same as
 If it doesn't work, the one given with the previous  
 .Fl f  .Fl f
   except that if the device is disconnected,
   the one given with the previous
   .Fl f
 or  or
 .Fl F  .Fl F
 option will be used.  option will be used.
Line 196 
Line 198 
 .Nm  .Nm
 to use the USB one preferably when it's connected  to use the USB one preferably when it's connected
 and to fall back to the PCI one when it's disconnected.  and to fall back to the PCI one when it's disconnected.
 Alternate devices may be switched with the  
 .Va server.device  
 control of the  
 .Xr sndioctl 1  
 utility.  
 .It Fl f Ar device  .It Fl f Ar device
 Add this  Add this
 .Xr sndio 7  .Xr sndio 7
Line 528 
Line 525 
 wait for the MMC start signal and start synchronously.  wait for the MMC start signal and start synchronously.
 Regardless of which device a stream is connected to,  Regardless of which device a stream is connected to,
 its playback volume knob is exposed.  its playback volume knob is exposed.
   .Sh HOT PLUGGING
   If devices specified with
   .Fl F
   are unavailable when needed or unplugged at runtime,
   .Nm
   will attempt to seamlessly fall back to the last device specified.
   .Pp
   .Nm
   will not automatically switch to specified device that is plugged at runtime.
   Instead,
   .Xr sndioctl 1
   must be used to change the
   .Va server.device
   control.
 .Sh EXAMPLES  .Sh EXAMPLES
 Start server using default parameters, creating an  Start server using default parameters, creating an
 additional sub-device for output to channels 2:3 only (rear speakers  additional sub-device for output to channels 2:3 only (rear speakers

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