mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
don't lock global controls.
This commit is contained in:
parent
df8a9dc1e2
commit
3cfc064698
1 changed files with 6 additions and 5 deletions
|
|
@ -33,7 +33,8 @@ EMU10K1.pcm.rear.0 {
|
|||
{
|
||||
name "Wave Surround Playback Volume"
|
||||
preserve true
|
||||
lock true
|
||||
# don't lock a global control
|
||||
# lock true
|
||||
value [ 0 0 ]
|
||||
}
|
||||
{
|
||||
|
|
@ -65,27 +66,27 @@ EMU10K1.pcm.center_lfe.0 {
|
|||
{
|
||||
name "Wave Center Playback Volume"
|
||||
preserve true
|
||||
lock true
|
||||
# lock true
|
||||
value 0
|
||||
}
|
||||
{
|
||||
name "Wave LFE Playback Volume"
|
||||
preserve true
|
||||
lock true
|
||||
# lock true
|
||||
value 0
|
||||
}
|
||||
{
|
||||
name "Headphone Center Playback Switch"
|
||||
index 1
|
||||
preserve true
|
||||
lock true
|
||||
# lock true
|
||||
value true
|
||||
}
|
||||
{
|
||||
name "Headphone LFE Playback Switch"
|
||||
index 1
|
||||
preserve true
|
||||
lock true
|
||||
# lock true
|
||||
value true
|
||||
}
|
||||
# if you have a creative's digital receiver, you can get surround/center/lfe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue