summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2012-01-22 14:04:42 +0000
committerstefanf <stefanf@FreeBSD.org>2012-01-22 14:04:42 +0000
commit47a267281a18c3ec6dae857fa3d241f0291d5d7e (patch)
tree977d5814e94cc786fd120ebcfda201d426f4d509
parentae59680813890a93e9eaebbf69c2d63b852e512f (diff)
downloadFreeBSD-src-47a267281a18c3ec6dae857fa3d241f0291d5d7e.zip
FreeBSD-src-47a267281a18c3ec6dae857fa3d241f0291d5d7e.tar.gz
Document the values for hw.snd.default_auto.
-rw-r--r--share/man/man4/pcm.415
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 333033d..268e784 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 31, 2011
+.Dd January 22, 2012
.Dt SOUND 4
.Os
.Sh NAME
@@ -324,8 +324,17 @@ for Linux applications, and deny for everything else.
Always allow PROT_EXEC page mappings.
.El
.It Va hw.snd.default_auto
-Enable to automatically assign default sound unit to the most recent
-attached device.
+Automatically assign the default sound unit.
+The following values are supported (default is 1):
+.Bl -tag -width 2n
+.It 0
+Do not assign the default sound unit automatically.
+.It 1
+Use the best available sound device based on playing and recording
+capabilities of the device.
+.It 2
+Use the most recently attached device.
+.El
.It Va hw.snd.default_unit
Default sound card for systems with multiple sound cards.
When using
OpenPOWER on IntegriCloud