From: Takashi Iwai Date: Wed, 14 Dec 2005 13:14:45 +0000 (+0000) Subject: Make dmix/dsnoop as default PCM for ICE1724 X-Git-Tag: v1.0.11rc2~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=46df7083c9ff301ad4699b6450ccbda1ea429e42;p=alsa-lib.git Make dmix/dsnoop as default PCM for ICE1724 Make dmix/dsnoop as default PCM for ICE1724. --- 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 {