From: Takashi Iwai Date: Wed, 4 Jan 2006 16:05:36 +0000 (+0000) Subject: Make dmix/dsnoop as default for ICE1712 X-Git-Tag: v1.0.11rc3~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5bdd7f6b9bc0ea0ab5fcbe6b4330f213f78aa454;p=alsa-lib.git Make dmix/dsnoop as default for ICE1712 Make dmix/dsnoop as default for ICE1712 (bug#1659). --- diff --git a/src/conf/cards/ICE1712.conf b/src/conf/cards/ICE1712.conf index 4bf03e16..01e50d27 100644 --- a/src/conf/cards/ICE1712.conf +++ b/src/conf/cards/ICE1712.conf @@ -2,6 +2,29 @@ # Configuration for the ICE1712 (Envy24) chip # +# default with dmix & dsnoop +ICE1712.pcm.default { + @args [ CARD ] + @args.CARD { + type string + } + type asym + playback.pcm { + type plug + slave.pcm { + @func concat + strings [ "dmix:" $CARD ",FORMAT=S32_LE" ] + } + } + capture.pcm { + type plug + slave.pcm { + @func concat + strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ] + } + } +} + ICE1712.pcm.front.0 {