Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 12:08:27 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1453 - trunk/audio/alsa-lib/files
Message-ID:  <201312141208.rBEC8RmH006224@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141208.rBEC8RmH006224>