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 {