OSDN Git Service

Make dmix/dsnoop as default PCM for ICE1724
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Dec 2005 13:14:45 +0000 (13:14 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Dec 2005 13:14:45 +0000 (13:14 +0000)
Make dmix/dsnoop as default PCM for ICE1724.

src/conf/cards/ICE1724.conf

index 4174281..ba77e21 100644 (file)
@@ -2,6 +2,29 @@
 # Configuration for the ICE1724 (Envy24HT) chip
 #
 
+# default with dmix & dsnoop
+ICE1724.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>
 
 ICE1724.pcm.front.0 {