From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: [PATCH] use dmix/dsnoop for default PCM on ca0106 Date: Sat, 17 Sep 2005 15:03:11 -0400 Message-ID: <1126983792.27211.6.camel@mindpipe> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: James Courtier-Dutton Cc: alsa-devel List-Id: alsa-devel@alsa-project.org This chipset lacks hardware mixing so needs to use dmix/dsnoop by default. Signed-Off-By: Lee Revell Index: alsa/alsa-lib/src/conf/cards/CA0106.conf =================================================================== RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/CA0106.conf,v retrieving revision 1.4 diff -u -r1.4 CA0106.conf --- alsa/alsa-lib/src/conf/cards/CA0106.conf 3 Aug 2005 12:50:32 -0000 1.4 +++ alsa/alsa-lib/src/conf/cards/CA0106.conf 17 Sep 2005 19:02:16 -0000 @@ -2,6 +2,29 @@ # Configuration for the CA0106 chip # +# default with dmix & dsnoop +CA0106.pcm.default { + @args [ CARD ] + @args.CARD { + type string + } + type asym + playback.pcm { + type plug + slave.pcm { + @func concat + strings [ "dmix:" $CARD ] + } + } + capture.pcm { + type plug + slave.pcm { + @func concat + strings [ "dsnoop:" $CARD ] + } + } +} + CA0106.pcm.front.0 { ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php