@@ -9,7 +9,8 @@ soundcard driver.
\fBamixer\fP supports multiple soundcards.
\fBamixer\fR with no arguments will display the current mixer settings
-for the default soundcard and device. This is a good way to see a list
+for the default soundcard and device.
+This is a good way to see a list
of the simple mixer controls you can use.
.SH COMMANDS
@@ -32,34 +33,45 @@ Shows a complete list of simple mixer co
.TP
\fIset\fP or \fIsset\fP <\fISCONTROL\fP> <\fIPARAMETER\fP> ...
-Sets the simple mixer control contents. The parameter can be the volume
+Sets the simple mixer control contents.
+The parameter can be the volume
either as a percentage from 0% to 100% with \fI%\fP suffix,
-a dB gain with \fIdB\fP suffix (like \-12.5dB), or an exact hardware value.
+a dB gain with \fIdB\fP suffix
+(like \-12.5\~dB),
+or an exact hardware value.
The dB gain can be used only for the mixer elements with available
dB information.
When plus(+) or minus(\-) letter is appended after
volume value, the volume is incremented or decremented from the current
value, respectively.
-The parameters \fIcap, nocap, mute, unmute, toggle\fP are used to
+The parameters
+.BR cap ", " nocap ", " mute ", " unmute ", " toggle
+are used to
change capture (recording) and muting for the group specified.
The optional modifiers can be put as extra parameters before the value to
specify the stream direction or channels to apply.
-The modifiers \fIplayback\fP and \fIcapture\fP specify the stream,
-and the modifiers \fIfront, frontleft, frontright, frontcenter, center,
-rear, rearright, rearleft, woofer\fP are used to specify channels to be
+The modifiers
+.B playback
+and
+.B capture
+specify the stream,
+and the modifiers
+.BR front ", " frontleft ", " frontright ", " frontcenter ", " center ", " \
+rear ", " rearright ", " rearleft ", " woofer
+are used to specify channels to be
changed.
-A simple mixer control must be specified. Only one device can be controlled
-at a time.
+A simple mixer control must be specified.
+Only one device can be controlled at a time.
.TP
\fIget\fP or \fIsget\fP <\fISCONTROL\fP>
Shows the simple mixer control contents.
-A simple mixer control must be specified. Only one device can be controlled
-at a time.
+A simple mixer control must be specified.
+Only one device can be controlled at a time.
.TP
\fIcontrols\fP
@@ -71,14 +83,15 @@ Shows a complete list of card controls w
.TP
\fIcset\fP <\fICONTROL\fP> <\fIPARAMETER\fP> ...
-Sets the card control contents. The identifier has these components: iface,
-name, index, device, subdevice, numid. The next argument specifies the value
-of control.
+Sets the card control contents.
+The identifier has these components:
+iface, name, index, device, subdevice, numid.
+The next argument specifies the value of control.
.TP
\fIcget\fP <\fICONTROL\fP>
-Shows the card control contents. The identifier has same syntax as for
-the \fIcset\fP command.
+Shows the card control contents.
+The identifier has same syntax as for the \fIcset\fP command.
.SH ADVANCED COMMANDS
@@ -95,13 +108,15 @@ Shows the events for the mixer controls.
.TP
\fI\-c\fP card
-Select the card number to control. The device name created from this
-parameter has syntax 'hw:N' where N is specified card number.
+Select the card number to control.
+The device name created from this parameter has syntax 'hw:N'
+where N is specified card number.
.TP
\fI\-D\fP device
-Select the device name to control. The default control name is 'default'.
+Select the device name to control.
+The default control name is 'default'.
.TP
\fI\-s\fP | \fI\-\-stdin\fP
@@ -109,24 +124,26 @@ Select the device name to control. The d
Read from stdin and execute the command on each line sequentially.
When this option is given, the command in command\-line arguments is ignored.
-Only sset and cset are accepted. Other commands are ignored.
+Only sset and cset are accepted.
+Other commands are ignored.
The commands to unmatched ids are ignored without errors too.
.TP
-\fI\-h\fP
+\fI\-h\fP
Help: show syntax.
.TP
\fI\-q\fP
-Quiet mode. Do not show results of changes.
+Quiet mode.
+Do not show results of changes.
.TP
-\fI\-R\fP
+\fI\-R\fP
Use the raw value for evaluating the percentage representation.
This is the default mode.
.TP
-\fI\-M\fP
+\fI\-M\fP
Use the mapped volume for evaluating the percentage representation
like \fBalsamixer\fR, to be more natural for human ear.
@@ -140,13 +157,15 @@ capture (recording).\fR
.TP
\fBamixer \-c 1 \-\- sset Master playback \-20dB\fR
-will set the master volume of the second card to \-20dB. If the master
-has multiple channels, all channels are set to the same value.
+will set the master volume of the second card to \-20dB.
+If the master has multiple channels,
+all channels are set to the same value.
.TP
\fBamixer \-c 1 set PCM 2dB+\fR
-will increase the PCM volume of the second card with 2dB. When both
-playback and capture volumes exist, this is applied to both volumes.
+will increase the PCM volume of the second card with 2\~dB.
+When both playback and capture volumes exist,
+this is applied to both volumes.
.TP
\fBamixer \-c 2 cset iface=MIXER,name='Line Playback Volume",index=1 40%\fR
@@ -157,13 +176,12 @@ will set the third soundcard's second li
will set the 34th soundcard element to 40%
.SH SEE ALSO
-\fB
-alsamixer(1)
-\fP
+.BR alsamixer (1)
-.SH BUGS
+.SH BUGS
None known.
.SH AUTHOR
\fBamixer\fP is by Jaroslav Kysela <perex@perex.cz>.
-This document is by Paul Winkler <zarmzarm@erols.com> and Jaroslav Kysela <perex@perex.cz>.
+This document is by Paul Winkler <zarmzarm@erols.com>
+and Jaroslav Kysela <perex@perex.cz>.