summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2009-07-09 16:59:29 +0000
committerjoel <joel@FreeBSD.org>2009-07-09 16:59:29 +0000
commita0e34d5479b4441d598ffb9621863598ecd79033 (patch)
treeb68929f12fb4b455287511dfb17be6b40542fb59 /share/man
parenteabdd627e21e8a4f8b515a867ce0b09449a24d94 (diff)
downloadFreeBSD-src-a0e34d5479b4441d598ffb9621863598ecd79033.zip
FreeBSD-src-a0e34d5479b4441d598ffb9621863598ecd79033.tar.gz
Adjust the description of hw.snd.feeder_rate_polyphase_max and
hw.snd.compat_linux_mmap a bit. Submitted by: ariff Approved by: re (blanket)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/pcm.422
1 files changed, 18 insertions, 4 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 1bfdc8a..a3228b3 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 7, 2009
+.Dd July 9, 2009
.Dt SOUND 4
.Os
.Sh NAME
@@ -210,10 +210,22 @@ are global settings and
are device specific.
.Bl -tag -width indent
.It Va hw.snd.compat_linux_mmap
-Enable to allow PROT_EXEC page mappings.
-All Linux applications using sound and
+Linux
.Xr mmap 2
-require this.
+compability.
+The following values are supported (default is 0):
+.Bl -tag -width 2n
+.It -1
+Force disabling/denying PROT_EXEC
+.Xr mmap 2
+requests.
+.It 0
+Auto detect proc/ABI type, allow
+.Xr mmap 2
+for Linux applications, and deny for everything else.
+.It 1
+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.
@@ -240,6 +252,8 @@ Minimum allowable sample rate.
.It Va hw.snd.feeder_rate_polyphase_max
Adjust to set the maximum number of allowed polyphase entries during the
process of building resampling filters.
+Disabling polyphase resampling has the benefit of reducing memory usage, at
+the expense of slower and lower quality conversion.
Only applicable when the SINC interpolator is used.
Default value is 183040.
Set to 0 to disable polyphase resampling.
OpenPOWER on IntegriCloud