mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
More EMU10K1 fixes.
This commit is contained in:
parent
6cb24e0186
commit
8df53e998e
2 changed files with 65 additions and 4 deletions
|
|
@ -148,7 +148,7 @@ surround_plugin.EMU10K1 {
|
|||
device.2 = 0;
|
||||
subdevice.2 = -1;
|
||||
}
|
||||
open_control.0 {
|
||||
open_control_four.0 {
|
||||
iface = MIXER;
|
||||
name = 'Wave Surround Playback Volume';
|
||||
index = 0;
|
||||
|
|
@ -158,7 +158,31 @@ surround_plugin.EMU10K1 {
|
|||
value.1 = 0;
|
||||
}
|
||||
# change send volume from front to rear
|
||||
open_control.1 {
|
||||
open_control_four.1 {
|
||||
iface = MIXER;
|
||||
name = 'EMU10K1 PCM Send Volume';
|
||||
index = subdevice1;
|
||||
lock = true;
|
||||
value.4 = 0;
|
||||
value.5 = 0;
|
||||
value.6 = 255;
|
||||
value.7 = 0;
|
||||
value.8 = 0;
|
||||
value.9 = 0;
|
||||
value.10 = 0;
|
||||
value.11 = 255;
|
||||
}
|
||||
open_control_six.0 {
|
||||
iface = MIXER;
|
||||
name = 'Wave Surround Playback Volume';
|
||||
index = 0;
|
||||
lock = true;
|
||||
preserve = true;
|
||||
value.0 = 0;
|
||||
value.1 = 0;
|
||||
}
|
||||
# change send volume from front to rear
|
||||
open_control_six.1 {
|
||||
iface = MIXER;
|
||||
name = 'EMU10K1 PCM Send Volume';
|
||||
index = subdevice1;
|
||||
|
|
@ -173,7 +197,7 @@ surround_plugin.EMU10K1 {
|
|||
value.11 = 255;
|
||||
}
|
||||
# send routing must be changed to 6 (center) and 7 (LFE)
|
||||
open_control.2 {
|
||||
open_control_six.2 {
|
||||
iface = MIXER;
|
||||
name = 'EMU10K1 PCM Send Routing';
|
||||
index = subdevice2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue