Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/mixer.7i
          +++ new/usr/src/man/man7i/mixer.7i
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    8  .\" or http://www.opensolaris.org/os/licensing.
   9    9  .\" See the License for the specific language governing permissions
  10   10  .\" and limitations under the License.
  11   11  .\"
  12   12  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   13  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  .\" If applicable, add the following below this CDDL HEADER, with the
  15   15  .\" fields enclosed by brackets "[]" replaced with your own identifying
  16   16  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17      -.Dd February 1, 2019
       17 +.Dd February 17, 2020
  18   18  .Dt MIXER 7I
  19   19  .Os
  20   20  .Sh NAME
  21   21  .Nm mixer
  22   22  .Nd generic mixer device interface
  23   23  .Sh SYNOPSIS
  24   24  .In sys/soundcard.h
  25   25  .Sh DESCRIPTION
  26   26  .Ss "Mixer Pseudo-Device"
  27   27  The
↓ open down ↓ 403 lines elided ↑ open up ↑
 431  431  field contains the actual full path to the device node for
 432  432  the physical mixer, such as
 433  433  .Pa /dev/sound/audio810:0mixer .
 434  434  Applications
 435  435  should open this file to access the mixer settings.
 436  436  .El
 437  437  .Ss "Mixer Extension IOCTLs"
 438  438  The pseudo
 439  439  .Pa /dev/mixer
 440  440  device supports ioctls that can change the
 441      -oarious settings for the audio hardware in the system.
      441 +various settings for the audio hardware in the system.
 442  442  .Pp
 443  443  Those ioctls should only be used by dedicated mixer applications or desktop
 444      -olumme controls, and not by typical ordinary audio applications such as media
      444 +volume controls, and not by typical ordinary audio applications such as media
 445  445  players.
 446  446  Ordinary applications that wish to adjust their own volume settings
 447  447  should use the
 448  448  .Dv SNDCTL_DSP_SETPLAYVOL
 449  449  or
 450  450  .Dv SNDCTL_DSP_SETRECVOL
 451  451  ioctls for that purpose.
 452  452  See
 453  453  .Xr dsp 7I
 454  454  for more information.
↓ open down ↓ 313 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX