]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix rear/center_lfe subdevice mismatch
authorJaroslav Kysela <perex@perex.cz>
Thu, 10 Mar 2005 20:03:02 +0000 (20:03 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 10 Mar 2005 20:03:02 +0000 (20:03 +0000)
src/conf/cards/Aureon71.conf

index 071b62ed2f1139f5a9d17d9fb1f6288801033f4f..09dadce45869d20603f42bcef7df099f423b4998 100644 (file)
@@ -23,7 +23,7 @@ Aureon71.pcm.rear.0 {
        type hw
        card $CARD
        device 2
-       subdevice 1
+       subdevice 0
 }      
 
 <confdir:pcm/center_lfe.conf>
@@ -36,7 +36,7 @@ Aureon71.pcm.center_lfe.0 {
        type hw
        card $CARD
        device 2
-       subdevice 0
+       subdevice 1
 }      
 
 <confdir:pcm/side.conf>