]> git.alsa-project.org Git - alsa-lib.git/commitdiff
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 417428122ca4ff26dc93a0e44044c75ead875aa6..ba77e212330199251938c578de3d217b7331a1ae 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 {