]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix CS46xx.conf default capture
authorTakashi Iwai <tiwai@suse.de>
Fri, 24 Nov 2006 15:29:45 +0000 (16:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 Nov 2006 15:29:45 +0000 (16:29 +0100)
Fix the capture slave to hw for CS46xx default PCM since dsnoop
seems not working with this hardware well.

src/conf/cards/CS46xx.conf

index 7b957c95a0b379cdaa9b39bfaf02e4adeae0bea7..1983142548fdf935c030bb552654816e81f4fad5 100644 (file)
@@ -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 ]
                }
        }
 }