mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added support for new Center and LFE controls
This commit is contained in:
parent
02435abd60
commit
580ca0e668
1 changed files with 12 additions and 0 deletions
|
|
@ -62,6 +62,18 @@ EMU10K1.pcm.center_lfe.0 {
|
||||||
hooks.0 {
|
hooks.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
|
{
|
||||||
|
name "Wave Center Playback Volume"
|
||||||
|
preserve true
|
||||||
|
lock true
|
||||||
|
value [ 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "Wave LFE Playback Volume"
|
||||||
|
preserve true
|
||||||
|
lock true
|
||||||
|
value [ 0 0 ]
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name "Headphone Center Playback Switch"
|
name "Headphone Center Playback Switch"
|
||||||
index 1
|
index 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue