From: Takashi Iwai Date: Tue, 29 Mar 2005 17:42:40 +0000 (+0000) Subject: Use dmix/dsnoop as default X-Git-Tag: v1.0.9rc3~27 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=586c8872a92afa8ee07a3ac39d7e061ed6ccba3a;p=alsa-lib.git Use dmix/dsnoop as default Use dmix/dsnoop plugins as default for emu10k1x. --- 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 {