From 5bdd7f6b9bc0ea0ab5fcbe6b4330f213f78aa454 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 4 Jan 2006 16:05:36 +0000 Subject: [PATCH] Make dmix/dsnoop as default for ICE1712 Make dmix/dsnoop as default for ICE1712 (bug#1659). --- src/conf/cards/ICE1712.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 { -- 2.47.1