Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 01:11:50 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1419 - trunk/audio/alsa-lib/files
Message-ID:  <201312010111.rB11BoQu069053@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

Author: jbeich
Date: Sun Dec  1 01:11:50 2013
New Revision: 1419

Log:
avoid setting already default values

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	Sun Dec  1 01:00:18 2013	(r1418)
+++ trunk/audio/alsa-lib/files/asound.conf.sample	Sun Dec  1 01:11:50 2013	(r1419)
@@ -4,7 +4,6 @@
 pcm_slave.oss {
 	pcm {
 		type oss
-		device /dev/dsp
 	}
 }
 
@@ -15,7 +14,6 @@
 
 ctl.!default {
 	type oss
-	device /dev/mixer
 }
 
 #



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