]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Use dmix/dsnoop as default
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 17:42:40 +0000 (17:42 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Mar 2005 17:42:40 +0000 (17:42 +0000)
Use dmix/dsnoop plugins as default for emu10k1x.

src/conf/cards/EMU10K1X.conf

index e0f054d0eb6d27ae56eaf2b0cd4ef2a58acf2b8b..f7bfe1b3310a198e354230a78bd789c3627db3ba 100644 (file)
@@ -2,6 +2,29 @@
 # Configuration for the EMU10K1X chip
 #
 
+# default with dmix & dsnoop
+EMU10K1X.pcm.default {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type asym
+       playback.pcm {
+               type plug
+               slave.pcm {
+                       @func concat
+                       strings [ "dmix:" $CARD ]
+               }
+       }
+       capture.pcm {
+               type plug
+               slave.pcm {
+                       @func concat
+                       strings [ "dsnoop:" $CARD ]
+               }
+       }
+}
+
 <confdir:pcm/front.conf>
 
 EMU10K1X.pcm.front.0 {