From 1a87651393bec9129e2ec1f06357c904c5b59408 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 4 Oct 2006 17:33:25 +0200 Subject: [PATCH] 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). --- src/conf/cards/Maestro3.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 ] + } + } +} + -- 2.47.1