]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix configuration for Aureon and Prodigy71 boards
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Jan 2006 13:52:31 +0000 (13:52 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Jan 2006 13:52:31 +0000 (13:52 +0000)
Fixed the default configuration of Aureon and Prodigy71 boards
to use dmix/dsnoop.  Added a new alias for Prodigy71LT.

src/conf/cards/Aureon51.conf
src/conf/cards/Aureon71.conf
src/conf/cards/aliases.conf

index 153d428399985080a47fcf848fd65dda77aa1d03..983a903a2f7c2384551c7bb4907eea916a05fb20 100644 (file)
@@ -2,6 +2,29 @@
 # Configuration for the Aureon51 (Envy24HT) chip
 #
 
+# default with dmix & dsnoop
+Aureon51.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>
 
 Aureon51.pcm.front.0 {
index 09dadce45869d20603f42bcef7df099f423b4998..98fa59a4f8e01b2431b9286ac5803dfd7637a1d2 100644 (file)
@@ -2,6 +2,29 @@
 # Configuration for the Aureon71 (Envy24HT) chip
 #
 
+# default with dmix & dsnoop
+Aureon71.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>
 
 Aureon71.pcm.front.0 {
index 932382ae9f3dc028f33d34f97f0262ac03762ffb..6fbea14b0506fd141f37b246514bd7ce17b319a8 100644 (file)
@@ -22,6 +22,7 @@ au8810 cards.AU8810
 au8820 cards.AU8820
 au8830 cards.AU8830
 Prodigy71 cards.Aureon71
+Prodigy71LT cards.Aureon71
 Aureon71Universe cards.Aureon71
 VIA82XX-MODEM cards.ICH-MODEM
 'MPU-401 UART' cards.MPU-401