mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
Fixed rear and center/lfe outputs
This commit is contained in:
parent
42c4c163a3
commit
08860b2cea
2 changed files with 7 additions and 7 deletions
|
|
@ -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 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue