From: Takashi Iwai Date: Fri, 24 Nov 2006 15:29:45 +0000 (+0100) Subject: Fix CS46xx.conf default capture X-Git-Tag: v1.0.14rc1~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=70c20571e12692ef2fc1c376982af762f0da6562;p=alsa-lib.git Fix CS46xx.conf default capture Fix the capture slave to hw for CS46xx default PCM since dsnoop seems not working with this hardware well. --- diff --git a/src/conf/cards/CS46xx.conf b/src/conf/cards/CS46xx.conf index 7b957c95..19831425 100644 --- a/src/conf/cards/CS46xx.conf +++ b/src/conf/cards/CS46xx.conf @@ -13,7 +13,7 @@ CS46xx.pcm.front.0 { card $CARD } -# default with plughw/dsnoop +# default with plughw # CS46xx supports multi-playback CS46xx.pcm.default { @args [ CARD ] @@ -32,7 +32,7 @@ CS46xx.pcm.default { type plug slave.pcm { @func concat - strings [ "dsnoop:" $CARD ] + strings [ "hw:" $CARD ] } } }