]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed rear and center/lfe outputs
authorTakashi Iwai <tiwai@suse.de>
Fri, 22 Feb 2002 12:54:35 +0000 (12:54 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 22 Feb 2002 12:54:35 +0000 (12:54 +0000)
src/conf/cards/Audigy.conf
src/conf/cards/Makefile.am

index 1ba0a1a1387de1397049fe3b3392dc76e11d3620..8184320f399ac86108084ae5baaa49d39a9179bd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Configuration for the EMU10K1 chip
+# Configuration for the Audigy chip
 #
 
 <confdir:pcm/front.conf>
@@ -40,7 +40,7 @@ Audigy.pcm.rear.0 {
                                name "EMU10K1 PCM Send Volume"
                                index { @func private_pcm_subdevice }
                                lock true
-                               value [ 0 0 0 0 0 0 255 0 0 0 0 255 ]
+                               value [ 0 0 0 0 0 0 0 0  0 0 255 0 0 0 0 0  0 0 0 255 0 0 0 0 ]
                        }
                ]
        }
@@ -66,25 +66,25 @@ Audigy.pcm.center_lfe.0 {
                                name "Wave Center Playback Volume"
                                preserve true
                                lock true
-                               value [ 0 0 ]
+                               value 0
                        }
                        {
                                name "Wave LFE Playback Volume"
                                preserve true
                                lock true
-                               value [ 0 0 ]
+                               value 0
                        }
                        {
                                name "EMU10K1 PCM Send Volume"
                                index { @func private_pcm_subdevice }
                                lock true
-                               value [ 0 0 0 0 255 0 0 0 0 255 0 0 ]
+                               value [ 0 0 0 0 0 0 0 0  255 0 0 0 0 0 0 0  0 255 0 0 0 0 0 0 ]
                        }
                        {
                                name "EMU10K1 PCM Send Routing"
                                index { @func private_pcm_subdevice }
                                lock true
-                               value [ 0 1 2 3 6 7 0 1 6 7 0 1 ]
+                               value [ 0 1 2 3 0 0 0 0  6 7 0 1 0 0 0 0  6 7 0 1 0 0 0 0 ]
                        }
                ]
        }
index fba85b9ff509c47d22b7a448eae294f6f5f6eef6..03b6fb2381af666d6bf28e379ac741528b612cfe 100644 (file)
@@ -1,5 +1,5 @@
 alsadir = $(datadir)/alsa/cards
-cfg_files = aliases.conf SI7018.conf EMU10K1.conf TRID4DWAVENX.conf ENS1370.conf \
+cfg_files = aliases.conf SI7018.conf EMU10K1.conf Audigy.conf TRID4DWAVENX.conf ENS1370.conf \
            ICH.conf YMF744.conf FM801.conf ICE1712.conf CMI8338.conf CMI8738-MC6.conf
 
 EXTRA_DIST = $(cfg_files)