From 70c20571e12692ef2fc1c376982af762f0da6562 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 24 Nov 2006 16:29:45 +0100 Subject: [PATCH] Fix CS46xx.conf default capture Fix the capture slave to hw for CS46xx default PCM since dsnoop seems not working with this hardware well. --- src/conf/cards/CS46xx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ] } } } -- 2.47.1