OSDN Git Service

Make dmix/dsnoop as default for ICE1712
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Jan 2006 16:05:36 +0000 (16:05 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Jan 2006 16:05:36 +0000 (16:05 +0000)
Make dmix/dsnoop as default for ICE1712 (bug#1659).

src/conf/cards/ICE1712.conf

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