[SVN-Commit] r1453 - trunk/audio/alsa-lib/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Dec 14 12:08:36 UTC 2013


Author: jbeich
Date: Sat Dec 14 12:08:27 2013
New Revision: 1453

Log:
remap more analog surround device names

Modified:
   trunk/audio/alsa-lib/files/asound.conf.sample

Modified: trunk/audio/alsa-lib/files/asound.conf.sample
==============================================================================
--- trunk/audio/alsa-lib/files/asound.conf.sample	Sat Dec 14 10:30:51 2013	(r1452)
+++ trunk/audio/alsa-lib/files/asound.conf.sample	Sat Dec 14 12:08:27 2013	(r1453)
@@ -17,6 +17,26 @@
 #
 # Remap all possible surround stuffs.
 #
+pcm.!front {
+	type plug
+	slave oss
+}
+
+pcm.!rear {
+	type plug
+	slave oss
+}
+
+pcm.!center_lfe {
+	type plug
+	slave oss
+}
+
+pcm.!side {
+	type plug
+	slave oss
+}
+
 pcm.!surround40 {
 	type plug
 	slave oss


More information about the freebsd-gecko mailing list