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