From: Takashi Iwai Date: Wed, 4 Oct 2006 15:33:25 +0000 (+0200) Subject: Use dmix/dsnoop for maestro3 boards X-Git-Tag: v1.0.14rc1~29 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1a87651393bec9129e2ec1f06357c904c5b59408;p=alsa-lib.git Use dmix/dsnoop for maestro3 boards Use dmix/dsnoop for maestro3 boards. Although maestro3 has multiple playback capability, it supports only two streams (with the currently available firmware). --- diff --git a/src/conf/cards/Maestro3.conf b/src/conf/cards/Maestro3.conf index 7f071e91..b5f2bcbf 100644 --- a/src/conf/cards/Maestro3.conf +++ b/src/conf/cards/Maestro3.conf @@ -11,3 +11,27 @@ Maestro3.pcm.front.0 { card $CARD device 0 } + +# default with dmix/dsnoop +Maestro3.pcm.default { + @args [ CARD ] + @args.CARD { + type string + } + type asym + playback.pcm { + type plug + slave.pcm { + @func concat + strings [ "dmix:" $CARD ] + } + } + capture.pcm { + type plug + slave.pcm { + @func concat + strings [ "dsnoop:" $CARD ] + } + } +} +