From 46df7083c9ff301ad4699b6450ccbda1ea429e42 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 14 Dec 2005 13:14:45 +0000 Subject: [PATCH] Make dmix/dsnoop as default PCM for ICE1724 Make dmix/dsnoop as default PCM for ICE1724. --- src/conf/cards/ICE1724.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 { -- 2.11.0