[PC-BSD Commits] r1827 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon May 5 10:21:43 PDT 2008
Author: tim
Date: 2008-05-05 10:21:43 -0700 (Mon, 05 May 2008)
New Revision: 1827
Modified:
pcbsd/trunk/system-overlay/etc/sysctl.conf
Log:
Fix vchans setting for FreeBSD7, hw.snd.pcm0.vchans is no longer valid.
Modified: pcbsd/trunk/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/sysctl.conf 2008-05-05 16:00:13 UTC (rev 1826)
+++ pcbsd/trunk/system-overlay/etc/sysctl.conf 2008-05-05 17:21:43 UTC (rev 1827)
@@ -19,5 +19,6 @@
kern.maxfiles=25000
# Enable more sound channels
-hw.snd.pcm0.vchans=4
-hw.snd.maxautovchans=4
+dev.pcm.0.play.vchans=4
+dev.pcm.0.rec.vchans=4
+hw.snd.maxautovchans=4
\ No newline at end of file
More information about the Commits
mailing list