From: Takashi Iwai Date: Mon, 3 Jan 2005 17:18:44 +0000 (+0000) Subject: New config for ES1968 and Maestro3 X-Git-Tag: v1.0.8~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=abf5ea1fcca6d1bc04c0439f24d883f8d7dfccc3;p=alsa-lib.git New config for ES1968 and Maestro3 New config files for ES1968 and Maestro3. They have multi-playback capabilities, so the default shouldn't be dmix. --- diff --git a/src/conf/cards/ES1968.conf b/src/conf/cards/ES1968.conf new file mode 100644 index 00000000..6c95383c --- /dev/null +++ b/src/conf/cards/ES1968.conf @@ -0,0 +1,13 @@ +# configuration for ESS Maestro2 + + + +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 index 00000000..7f071e91 --- /dev/null +++ b/src/conf/cards/Maestro3.conf @@ -0,0 +1,13 @@ +# configuration for ESS Maestro3 + + + +Maestro3.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 0 +}