mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-25 09:05:57 -04:00
Merge branch 'add-lineout' into 'master'
spa: add "Line Out" element to headphones and lineout profiles See merge request pipewire/pipewire!2713
This commit is contained in:
commit
e567a7d4a6
2 changed files with 8 additions and 0 deletions
|
|
@ -137,6 +137,10 @@ volume = zero
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Line Out]
|
||||
switch = off
|
||||
volume = off
|
||||
|
||||
[Element Surround]
|
||||
switch = off
|
||||
volume = off
|
||||
|
|
|
|||
|
|
@ -155,6 +155,10 @@ volume = merge
|
|||
override-map.1 = all-rear
|
||||
override-map.2 = rear-left,rear-right
|
||||
|
||||
[Element Line Out]
|
||||
switch = mute
|
||||
volume = merge
|
||||
|
||||
[Element Surround]
|
||||
switch = mute
|
||||
volume = merge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue