summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mixer/mixer.8
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-09-19 13:38:51 +0000
committerjmg <jmg@FreeBSD.org>1997-09-19 13:38:51 +0000
commitd3d13402b907e7b1ab063873cf2b80a7fcdb71ba (patch)
tree17f009b8f3954c73dd9262b252c7a012d29f2e06 /usr.sbin/mixer/mixer.8
parent95f845dddf814c591be7f8a205652d475ae89d64 (diff)
downloadFreeBSD-src-d3d13402b907e7b1ab063873cf2b80a7fcdb71ba.zip
FreeBSD-src-d3d13402b907e7b1ab063873cf2b80a7fcdb71ba.tar.gz
major modifications to the mixer. currently it doesn't report errors
that it encounters (such as invalid device), but does print usage upon this error... but otherwise allows complex commands such as: mixer -f /dev/mixer4 synth line 50 -rec mic +rec line =rec cd ^rec mix
Diffstat (limited to 'usr.sbin/mixer/mixer.8')
-rw-r--r--usr.sbin/mixer/mixer.897
1 files changed, 66 insertions, 31 deletions
diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8
index 7d4f629..ac6c475 100644
--- a/usr.sbin/mixer/mixer.8
+++ b/usr.sbin/mixer/mixer.8
@@ -33,55 +33,86 @@
.Nd set/display soundcard mixer values
.Sh SYNOPSIS
.Nm
-.Nm mixer
-.Ar setting
-.Op Ar lvalue:rvalue
-.Nm mixer
-.Ar +rec | -rec
-.Op Ar device
+.Op Fl f Ar device
+.Oo
+.Oo Ns
+.Ar dev Op Ar lvol Ns Op Ar :rvol
+.Li | recsrc |
+.Ar {^|+|-|=}rec rdev
+.Oc
+.Ar ... \&
+.Oc
.Sh DESCRIPTION
The
.Nm
-command is used to set and display soundcard mixer settings. It may also be
-used to start and stop recording from the soundcard. The list of mixer
-settings that may
-be modified are:
+command is used to set and display soundcard mixer device levels. It may
+also be used to start and stop recording from the soundcard. The list
+of mixer devices that may be modified are:
.Pp
+.Bd -ragged -offset indent
vol, bass, treble, synth, pcm, speaker, mic, cd, mix,
pcm2, rec, igain, ogain, line1, line2, and line3.
+.Ed
.Pp
-Not all mixer settings are available on all soundcards.
+Not all mixer devices are available.
.Pp
When
.Nm
-is run without any arguments, all settings that are supported by the
-soundcard will be displayed.
+is run without any arguments, all supported devices are displayed
+along with current values.
If the
-.Ar setting
-argument is specified, then only the value for
-the
-.Ar setting
-mixer will be displayed.
+.Ar dev
+argument is specified, the value for the
+.Ar dev
+device will be displayed.
.Pp
To modify the mixer value
-.Ar setting ,
+.Ar dev ,
the optional left and right channel settings of
-.Ar lvalue:rvalue
+.Ar lvol Ns Op Ar :rvol
may be specified. The
-.Ar lvalue
+.Ar lvol
and
-.Ar rvalue
+.Ar rvol
arguments may be from 0 - 100.
.Pp
-To start recording, use the
-.Ar +rec
-argument. To stop recording, use the
-.Ar -rec
-argument. The optional argument
+To change the recording device you use one of:
+.Bl -tag -width =rec -offset indent
+.It ^rec
+toggles
+.Ar rdev
+of possible recording devices
+.It +rec
+adds
+.Ar rdev
+to possible recording devices
+.It -rec
+removes
+.Ar rdev
+from possible recording devices
+.It =rec
+sets the recording device to
+.Ar rdev
+.El
+.Pp
+The above commands work on an internal mask. After all the options
+have been parsed, it will set then read the mask from the sound card.
+This will let you see EXACTLY what the soundcard is using for the
+recording device(s).
+.Pp
+The option recsrc will display the current recording devices.
+.Pp
+The option
+.Fl f
+.Ar device
+will open
.Ar device
-may be specified to use a different
-mixer device. The default device is
-.Pa /dev/mixer .
+as the mixer device.
+This will ONLY work if the
+.Fl f
+option is immediately after the
+.Nm
+command.
.Sh FILES
.Bl -tag -width /dev/mixer -compact
.It Pa /dev/mixer
@@ -95,7 +126,11 @@ The
command first appeared in
.Fx 2.0.5 .
.Sh AUTHORS
-Craig Metz and Hannu Savolainen.
+Original source by Craig Metz
+.Aq cmetz@thor.tjhsst.edu
+and Hannu Savolainen.
+Mostly rewriten by John-Mark Gurney
+.Aq jmg@freebsd.org .
This
manual page was written by Mike Pritchard
.Aq mpp@FreeBSD.ORG .
OpenPOWER on IntegriCloud