]> git.alsa-project.org Git - alsa-lib.git/commitdiff
New config for ES1968 and Maestro3
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Jan 2005 17:18:44 +0000 (17:18 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Jan 2005 17:18:44 +0000 (17:18 +0000)
New config files for ES1968 and Maestro3.
They have multi-playback capabilities, so the default shouldn't be dmix.

src/conf/cards/ES1968.conf [new file with mode: 0644]
src/conf/cards/Maestro3.conf [new file with mode: 0644]

diff --git a/src/conf/cards/ES1968.conf b/src/conf/cards/ES1968.conf
new file mode 100644 (file)
index 0000000..6c95383
--- /dev/null
@@ -0,0 +1,13 @@
+# configuration for ESS Maestro2
+
+<confdir:pcm/front.conf>
+
+ES1968.pcm.front.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hw
+       card $CARD
+       device 0
+}      
diff --git a/src/conf/cards/Maestro3.conf b/src/conf/cards/Maestro3.conf
new file mode 100644 (file)
index 0000000..7f071e9
--- /dev/null
@@ -0,0 +1,13 @@
+# configuration for ESS Maestro3
+
+<confdir:pcm/front.conf>
+
+Maestro3.pcm.front.0 {
+       @args [ CARD ]
+       @args.CARD {
+               type string
+       }
+       type hw
+       card $CARD
+       device 0
+}