Fixed rear and center/lfe outputs

This commit is contained in:
Takashi Iwai 2002-02-22 12:54:35 +00:00
parent 42c4c163a3
commit 08860b2cea
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
# #
# Configuration for the EMU10K1 chip # Configuration for the Audigy chip
# #
<confdir:pcm/front.conf> <confdir:pcm/front.conf>
@ -40,7 +40,7 @@ Audigy.pcm.rear.0 {
name "EMU10K1 PCM Send Volume" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }
lock true 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" name "Wave Center Playback Volume"
preserve true preserve true
lock true lock true
value [ 0 0 ] value 0
} }
{ {
name "Wave LFE Playback Volume" name "Wave LFE Playback Volume"
preserve true preserve true
lock true lock true
value [ 0 0 ] value 0
} }
{ {
name "EMU10K1 PCM Send Volume" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }
lock true 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" name "EMU10K1 PCM Send Routing"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }
lock true 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 ]
} }
] ]
} }

View file

@ -1,5 +1,5 @@
alsadir = $(datadir)/alsa/cards 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 ICH.conf YMF744.conf FM801.conf ICE1712.conf CMI8338.conf CMI8738-MC6.conf
EXTRA_DIST = $(cfg_files) EXTRA_DIST = $(cfg_files)