From 586c8872a92afa8ee07a3ac39d7e061ed6ccba3a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 29 Mar 2005 17:42:40 +0000 Subject: [PATCH] Use dmix/dsnoop as default Use dmix/dsnoop plugins as default for emu10k1x. --- src/conf/cards/EMU10K1X.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/conf/cards/EMU10K1X.conf b/src/conf/cards/EMU10K1X.conf index e0f054d0..f7bfe1b3 100644 --- a/src/conf/cards/EMU10K1X.conf +++ b/src/conf/cards/EMU10K1X.conf @@ -2,6 +2,29 @@ # Configuration for the EMU10K1X chip # +# default with dmix & dsnoop +EMU10K1X.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 ] + } + } +} + EMU10K1X.pcm.front.0 { -- 2.47.1