diff --git a/src/conf/cards/ICE1724.conf b/src/conf/cards/ICE1724.conf index 41742812..ba77e212 100644 --- a/src/conf/cards/ICE1724.conf +++ b/src/conf/cards/ICE1724.conf @@ -2,6 +2,29 @@ # Configuration for the ICE1724 (Envy24HT) chip # +# default with dmix & dsnoop +ICE1724.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" ] + } + } +} + ICE1724.pcm.front.0 {