From 08860b2ceafb6f6f88a5b90222d05b2c0f748de2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 22 Feb 2002 12:54:35 +0000 Subject: [PATCH] Fixed rear and center/lfe outputs --- src/conf/cards/Audigy.conf | 12 ++++++------ src/conf/cards/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/conf/cards/Audigy.conf b/src/conf/cards/Audigy.conf index 1ba0a1a1..8184320f 100644 --- a/src/conf/cards/Audigy.conf +++ b/src/conf/cards/Audigy.conf @@ -1,5 +1,5 @@ # -# Configuration for the EMU10K1 chip +# Configuration for the Audigy chip # @@ -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 ] } ] } diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am index fba85b9f..03b6fb23 100644 --- a/src/conf/cards/Makefile.am +++ b/src/conf/cards/Makefile.am @@ -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) -- 2.47.1