summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2007-06-23 14:34:30 +0000
committerjoel <joel@FreeBSD.org>2007-06-23 14:34:30 +0000
commit2ee5e24fd124a16c12d49ef8363a6050d276783f (patch)
treecd2b3c347da5e312a6993ceedbba24c8a7ffcc70 /share
parent0240fe4ca268811ec3314cd6b1607fb2e9f817ad (diff)
downloadFreeBSD-src-2ee5e24fd124a16c12d49ef8363a6050d276783f.zip
FreeBSD-src-2ee5e24fd124a16c12d49ef8363a6050d276783f.tar.gz
Document two new sysctls: hw.snd.compat_linux_mmap and hw.snd.default_auto.
Reviewed by: ariff Approved by: re (hrs)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/pcm.410
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 8d466bd..f7992de 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 31, 2007
+.Dd June 23, 2007
.Dt SOUND 4
.Os
.Sh NAME
@@ -191,6 +191,11 @@ Controls the internal format conversion if it is
available transparently to the application software.
When disabled or not available, the application will
only be able to select formats the device natively supports.
+.It Va hw.snd.compat_linux_mmap
+Enable to allow PROT_EXEC page mappings.
+All Linux applications using sound and
+.Xr mmap 2
+require this.
.It Va hw.snd.feeder_rate_round
Sample rate rounding threshold, to avoid large prime division at the
cost of accuracy.
@@ -245,6 +250,9 @@ Equivalent to a symlink from
.Pa /dev/dsp
to
.Pa /dev/dsp Ns Va ${hw.snd.default_unit} .
+.It Va hw.snd.default_auto
+Enable to automatically assign default sound unit to the most recent
+attached device.
.It Va dev.pcm.%d.[play|rec].vchans
The current number of
.Tn VCHANs
OpenPOWER on IntegriCloud